1. fda3f52 enic: add devcmd2 resources by Govindarajulu Varadarajan · 10 years ago
  2. 6a3c2f8 enic: use netdev_<foo> or dev_<foo> instead of pr_<foo> by Govindarajulu Varadarajan · 10 years ago
  3. 8b89f3a enic: move struct definition from .c to .h file by Govindarajulu Varadarajan · 10 years ago
  4. 2ea273d net: Export bpf_prog_create_from_user(). by David S. Miller · 10 years ago
  5. ec120da ipv6: trivial whitespace fix by Ian Morris · 10 years ago
  6. f4a3e90 rhashtable-test: extend to test concurrency by Phil Sutter · 10 years ago
  7. c1f066d Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  8. 2bd736f Merge tag 'mac80211-next-for-davem-2015-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 10 years ago
  9. 90eb7fa Merge branch 'bpf_fanout' by David S. Miller · 10 years ago
  10. 30da679 selftests/net: test extended BPF fanout mode by Willem de Bruijn · 10 years ago
  11. 95e2279 selftests/net: test classic bpf fanout mode by Willem de Bruijn · 10 years ago
  12. f2e5209 packet: add extended BPF fanout mode by Willem de Bruijn · 10 years ago
  13. 47dceb8 packet: add classic BPF fanout mode by Willem de Bruijn · 10 years ago
  14. a1c234f lwtunnel: rename ip lwtunnel attributes by Jiri Benc · 10 years ago
  15. 62ee783 smsc911x: Fix crash seen if neither ACPI nor OF is configured or used by Guenter Roeck · 10 years ago
  16. c87acb2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  17. fbaff3e net: fix endian check warning in etherdevice.h by Jesse Brandeburg · 10 years ago
  18. f3ae683 Merge branch 'iff_no_queue' by David S. Miller · 10 years ago
  19. 4b46995 net: sch_generic: react upon IFF_NO_QUEUE flag by Phil Sutter · 10 years ago
  20. fa8187c net: declare new net_device priv_flag IFF_NO_QUEUE by Phil Sutter · 10 years ago
  21. 8f8ff913 tipc: don't sanity check non-existing TLV (NL compat) by Richard Alpe · 10 years ago
  22. da3cc2d bnx2: Fix bandwidth allocation for some MF modes by Yuval Mintz · 10 years ago
  23. 1e31367 ipv4: fix refcount leak in fib_check_nh() by Eric Dumazet · 10 years ago
  24. 53cf037 batman-adv: Fix potentially broken skb network header access by Linus Lüssing · 10 years ago
  25. 3f1e08d batman-adv: remove broadcast packets scheduled for purged outgoing if by Simon Wunderlich · 10 years ago
  26. 1f15510 batman-adv: protect tt request from double deletion by Marek Lindner · 10 years ago
  27. 8a4023c batman-adv: Fix potential synchronization issues in mcast tvlv handler by Linus Lüssing · 10 years ago
  28. 9c936e3 batman-adv: Make MCAST capability changes atomic by Linus Lüssing · 10 years ago
  29. ac4eebd batman-adv: Make TT capability changes atomic by Linus Lüssing · 10 years ago
  30. 4635469 batman-adv: Make NC capability changes atomic by Linus Lüssing · 10 years ago
  31. 65d7d460 batman-adv: Make DAT capability changes atomic by Linus Lüssing · 10 years ago
  32. 8f9c98d mac80211: fix BIT position for TDLS WIDE extended cap by Emmanuel Grumbach · 10 years ago
  33. 40d9a38 mac80211: use DECLARE_EWMA by Johannes Berg · 10 years ago
  34. 2377799 average: provide macro to create static EWMA by Johannes Berg · 10 years ago
  35. 2459cd8 mac80211_hwsim: unregister genetlink family properly by Su Kang Yin · 10 years ago
  36. b119ad6 mac80211: add rate mask logic for vht rates by Lorenzo Bianconi · 10 years ago
  37. e910867 mac80211: define rate_control_apply_mask_ratetbl() by Lorenzo Bianconi · 10 years ago
  38. 90c66bd mac80211: remove ieee80211_tx_rate dependency in rate mask code by Lorenzo Bianconi · 10 years ago
  39. 35225eb mac80211: remove ieee80211_tx_info from rate_control_apply_mask signature by Lorenzo Bianconi · 10 years ago
  40. 4b819f6 mac80211: Make OCB mode set BSSID by Bertold Van den Bergh · 10 years ago
  41. cc11729 mac80211: Only accept data frames in OCB mode by Bertold Van den Bergh · 10 years ago
  42. 5765f9f mac80211: Set txrc.bss to true for OCB interfaces by Bertold Van den Bergh · 10 years ago
  43. 876dc93 nl80211: Allow setting multicast rate on OCB interfaces by Bertold Van den Bergh · 10 years ago
  44. 9189ee3 cfg80211: propagate set_wiphy failure to userspace by Michal Kazior · 10 years ago
  45. 4edd569 cfg80211: regulatory: handle 5 and 10 MHz channels properly by Matthias May · 10 years ago
  46. d52736e Merge branch 'vrf-lite' by David S. Miller · 10 years ago
  47. 193125d net: Introduce VRF device driver by David Ahern · 10 years ago
  48. 9972f13 net: frags: Add VRF device index to cache and lookup by David Ahern · 10 years ago
  49. f7ba868 net: Use VRF index for oif in ip_send_unicast_reply by David Ahern · 10 years ago
  50. 3bfd847 net: Use passed in table for nexthop lookups by David Ahern · 10 years ago
  51. 021dd3b net: Add routes to the table associated with the device by David Ahern · 10 years ago
  52. 30bbaa1 net: Fix up inet_addr_type checks by David Ahern · 10 years ago
  53. 15be405e net: Add inet_addr lookup by table by David Ahern · 10 years ago
  54. 9a24abf udp: Handle VRF device in sendmsg by David Ahern · 10 years ago
  55. 613d09b net: Use VRF device index for lookups on TX by David Ahern · 10 years ago
  56. cd2fbe1 net: Use VRF device index for lookups on RX by David Ahern · 10 years ago
  57. 4e3c899 net: Introduce VRF related flags and helpers by David Ahern · 10 years ago
  58. 0344338 net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfo by Andy Gospodarek · 10 years ago
  59. da65ad1 net: allow sleeping when modifying store_rps_map by Sasha Levin · 10 years ago
  60. 968d7cb Merge branch 'mv88e6xxx-hw-vlan' by David S. Miller · 10 years ago
  61. 8efdda4 net: dsa: mv88e6xxx: use port 802.1Q mode Secure by Vivien Didelot · 10 years ago
  62. 0d3b33e net: dsa: mv88e6xxx: add VLAN Load support by Vivien Didelot · 10 years ago
  63. 7dad08d net: dsa: mv88e6xxx: add VLAN Purge support by Vivien Didelot · 10 years ago
  64. 02512b6 net: dsa: mv88e6xxx: add VLAN support to FDB dump by Vivien Didelot · 10 years ago
  65. b8fee95 net: dsa: mv88e6xxx: add VLAN Get Next support by Vivien Didelot · 10 years ago
  66. 6b17e86 net: dsa: mv88e6xxx: flush VTU and STU entries by Vivien Didelot · 10 years ago
  67. 1114953 net: dsa: add support for switchdev VLAN objects by Vivien Didelot · 10 years ago
  68. 35103d1 net: ipv6 sysctl option to ignore routes when nexthop link is down by Andy Gospodarek · 10 years ago
  69. cea45e2 net: track link status of ipv6 nexthops by Andy Gospodarek · 10 years ago
  70. 8e3d04f cxgb4: Add MPS tracing support by Hariprasad Shenai · 10 years ago
  71. f02e58f net/fddi: remove HWM_REVERSE() macro by yalin wang · 10 years ago
  72. dd19f83 rocker: hook ndo_neigh_destroy to cleanup neigh refs in driver by Scott Feldman · 10 years ago
  73. c8beb5b rocker: print switch ID consistent with phys_switch_id sysfs node by Scott Feldman · 10 years ago
  74. c28446c Merge branch 'smsc911x-acpi' by David S. Miller · 10 years ago
  75. 0b50dc4 Convert smsc911x to use ACPI as well as DT by Jeremy Linton · 10 years ago
  76. 4c96b7d Add a matching set of device_ functions for determining mac/phy by Jeremy Linton · 10 years ago
  77. 5bbbcc0 Merge branch 'tcp-loss-probe' by David S. Miller · 10 years ago
  78. b340b26 tcp: TLP retransmits last if failed to send new packet by Yuchung Cheng · 10 years ago
  79. fcd16c0 tcp: don't extend RTO on failed loss probe attempts by Yuchung Cheng · 10 years ago
  80. 646244b Merge branch 'cpsw-errata-workaround' by David S. Miller · 10 years ago
  81. 21696f7 ARM: dts: am33xx: update cpsw compatible by Mugunthan V N · 10 years ago
  82. e209531 ARM: dts: dra7: update cpsw compatible by Mugunthan V N · 10 years ago
  83. 7da1160 drivers: net: cpsw: add am335x errata workarround for interrutps by Mugunthan V N · 10 years ago
  84. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  85. 5b3e2e1 Merge tag 'dm-4.2-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  86. ebcbf16 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  87. 6b476e1 Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  88. ed596cd Revert x86 sigcontext cleanups by Linus Torvalds · 10 years ago
  89. 26b552e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  90. 2331d30 Merge tag 'edac_fix_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 10 years ago
  91. 75dbf00 mac80211: remove always true condition by Dan Carpenter · 10 years ago
  92. 4b58c37 mac80211: remove ieee80211_aes_cmac_calculate_k1_k2() by Johannes Berg · 10 years ago
  93. 2001a13 iwlwifi: mvm: don't set K1/K2 for AES-CMAC by Johannes Berg · 10 years ago
  94. 3689099 rfkill: Allow compile test of GPIO consumers if !GPIOLIB by Geert Uytterhoeven · 10 years ago
  95. 5c16179 EDAC, ppc4xx: Access mci->csrows array elements properly by Michael Walle · 10 years ago
  96. e6d0069 cosa: missing error code on failure in probe() by Dan Carpenter · 10 years ago
  97. e8fed98 documentation: bring vxlan documentation more up-to-date by Rick Jones · 10 years ago
  98. b0c6ce2 net: fec: Remove unneeded use of IS_ERR_VALUE() macro by Fabio Estevam · 10 years ago
  99. 140d8b3 bpf: fix bpf_perf_event_read() loop upper bound by Wei-Chun Chao · 10 years ago
  100. dcef707 Merge branch 'cxgb4-more-debug-info' by David S. Miller · 10 years ago