1. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  2. 8fb575c net: filter: rename sk_convert_filter() -> bpf_convert_filter() by Alexei Starovoitov · 10 years ago
  3. 4df95ff net: filter: rename sk_chk_filter() -> bpf_check_classic() by Alexei Starovoitov · 10 years ago
  4. 009937e net: filter: rename sk_filter_proglen -> bpf_classic_proglen by Alexei Starovoitov · 10 years ago
  5. 278571b net: filter: simplify socket charging by Alexei Starovoitov · 10 years ago
  6. 4330487 net: use inet6_iif instead of IP6CB()->iif by Duan Jiong · 10 years ago
  7. 7bcc673 ISDN: pcbit: off by one bugs in pcbit_set_msn() by Dan Carpenter · 10 years ago
  8. e98d69b AX88179_178A: Add ethtool ops for EEE support by Freddy Xin · 10 years ago
  9. 74e83b2 netlink: Use PAGE_ALIGNED macro by Tobias Klauser · 10 years ago
  10. 7304fe4 net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS by Duan Jiong · 10 years ago
  11. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  12. 536721b net: kernel-doc compliant documentation for net_device by Karoly Kemeny · 10 years ago
  13. 8e97b85 Merge branch 'stmmac-next' by David S. Miller · 10 years ago
  14. 3b57de9 net: stmmac: Support devicetree configs for mcast and ucast filter entries by Vince Bridgers · 10 years ago
  15. ea6856e ARM: socfpga: Add socfpga Ethernet filter attributes entries by Vince Bridgers · 10 years ago
  16. 94ceaa2 dts: Add bindings for multicast hash bins and perfect filter entries by Vince Bridgers · 10 years ago
  17. aefef4c net: stmmac: Correct set_filter for multicast and unicast cases by Vince Bridgers · 10 years ago
  18. 7ed24bb net: stmmac: Change MAC interface to support multiple filter configurations by Vince Bridgers · 10 years ago
  19. a173e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  20. 388070f tcp: don't require root to read tcp_metrics by Banerjee, Debabrata · 10 years ago
  21. 2b391ee team: fix releasing uninitialized pointer to BPF prog by Daniel Borkmann · 10 years ago
  22. 7d5570c netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attribute by Pablo Neira Ayuso · 10 years ago
  23. b6d0468 netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper functions by Alexey Perevalov · 10 years ago
  24. ccda4a7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  25. 7fc527f net: bcmgenet: correct spelling by Brian Norris · 10 years ago
  26. 989e9ad Merge branch 'libphy_mmd' by David S. Miller · 10 years ago
  27. 49193a6 Documentation: networking: phy.txt: Update text for indirect MMD access by Vince Bridgers · 10 years ago
  28. 1993694 net: libphy: Add stubs to hook IEEE MMD Register reads and writes by Vince Bridgers · 10 years ago
  29. 0c1d77d net: libphy: Add phy specific function to access mmd phy registers by Vince Bridgers · 10 years ago
  30. 9e6492e net/fsl: Add format length modifier to avoid negative values by Shruti Kanetkar · 10 years ago
  31. c1543d3 net/fsl: fix misspelled word by Madalin Bucur · 10 years ago
  32. 34c5bd6 net: filter: don't release unattached filter through call_rcu() by Pablo Neira · 10 years ago
  33. e10038a netfilter: xt_bpf: add mising opaque struct sk_filter definition by Pablo Neira · 10 years ago
  34. 5160ee9 CAPI: use correct structure type name in sizeof by Julia Lawall · 10 years ago
  35. 6b1bed7 Merge branch 'amd-xgbe-next' by David S. Miller · 10 years ago
  36. fca2d99 amd-xgbe: Add traffic class support by Lendacky, Thomas · 10 years ago
  37. b668a3a amd-xgbe-phy: Print out the auto-negotiation method used by Lendacky, Thomas · 10 years ago
  38. 5c10e5c amd-xgbe-phy: Updates to KR training initiation by Lendacky, Thomas · 10 years ago
  39. 169a630 amd-xgbe-phy: Updates to rate change complete check by Lendacky, Thomas · 10 years ago
  40. 853eb16 amd-xgbe: Base queue fifo size and enablement on ring count by Lendacky, Thomas · 10 years ago
  41. f047604 amd-xgbe: Update/fix 2.5GbE support by Lendacky, Thomas · 10 years ago
  42. 23e4eef amd-xgbe: Add hardware timestamp support by Lendacky, Thomas · 10 years ago
  43. 1a2a909 amd-xgbe: Add dma-coherent to device bindings documentation by Lendacky, Thomas · 10 years ago
  44. 80019d3 net: Remove unlikely() for WARN_ON() conditions by Thomas Graf · 10 years ago
  45. 16eecd9 dcbnl : Fix misleading dcb_app->priority explanation by Anish Bhatt · 10 years ago
  46. 2d871aa net: stmmac: add platform init/exit for Altera's ARM socfpga by Vince Bridgers · 10 years ago
  47. 7aa06bf Merge branch 'mlx5-next' by David S. Miller · 10 years ago
  48. 4d2f9bb mlx5: Adjust events to use unsigned long param instead of void * by Jack Morgenstein · 10 years ago
  49. f241e74 mlx5: minor fixes (mainly avoidance of hidden casts) by Jack Morgenstein · 10 years ago
  50. 9603b61 mlx5: Move pci device handling from mlx5_ib to mlx5_core by Jack Morgenstein · 10 years ago
  51. 4ada97a random32: mix in entropy from core to late initcall by Hannes Frederic Sowa · 10 years ago
  52. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  53. d24675c netfilter: nfnetlink_acct: dump unmodified nfacct flags by Alexey Perevalov · 10 years ago
  54. 26bcd8b Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  55. acba648 Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  56. d877215 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  57. 1d8fcba Revert "cdc_subset: deal with a device that needs reset for timeout" by Linus Torvalds · 10 years ago
  58. b527cae Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  59. b7dd0e3 x86/xen: safely map and unmap grant frames when in atomic context by David Vrabel · 10 years ago
  60. 63afbe7 kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform by Will Deacon · 10 years ago
  61. 5a12a597 arm: Add devicetree fixup machine function by Laura Abbott · 10 years ago
  62. 704033c of: Add memory limiting function for flattened devicetrees by Laura Abbott · 10 years ago
  63. 4972a74 of: Split early_init_dt_scan into two parts by Laura Abbott · 10 years ago
  64. bd695a5 net: mvpp2: implement ioctl() operation for PHY ioctls by Thomas Petazzoni · 10 years ago
  65. 2add511 net: mvpp2: fix 10 Mbit/s usage by Thomas Petazzoni · 10 years ago
  66. c54a5e0 ipv4: clean up cast warning in do_ip_getsockopt by Karoly Kemeny · 10 years ago
  67. ad025a5 tipc: remove duplicated include from socket.c by Wei Yongjun · 10 years ago
  68. 2744644 net/udp_offload: Use IS_ERR_OR_NULL by Himangi Saraogi · 10 years ago
  69. d0e992a openvswitch: Use IS_ERR_OR_NULL by Himangi Saraogi · 10 years ago
  70. 5a8dbf0 net/ipv4: Use IS_ERR_OR_NULL by Himangi Saraogi · 10 years ago
  71. 4984c23 sfc: Use __iowrite64_copy instead of a slightly different local function by Ben Hutchings · 10 years ago
  72. d92f5de net: phy: re-apply PHY fixups during phy_register_device by Florian Fainelli · 10 years ago
  73. c472ab6 cdc-ether: clean packet filter upon probe by Oliver Neukum · 10 years ago
  74. 20fbe3a cdc_subset: deal with a device that needs reset for timeout by Oliver Neukum · 10 years ago
  75. 40eea80 net: sendmsg: fix NULL pointer dereference by Andrey Ryabinin · 10 years ago
  76. 86b7987 isdn/bas_gigaset: fix a leak on failure path in gigaset_probe() by Alexey Khoroshilov · 10 years ago
  77. 772e702 Merge branch 'netdev-name' by David S. Miller · 10 years ago
  78. 9c5ff24 vlan: fail early when creating netdev named config by WANG Cong · 10 years ago
  79. a317a2f ipv6: fail early when creating netdev named all or default by WANG Cong · 10 years ago
  80. 20e61da ipv4: fail early when creating netdev named all or default by WANG Cong · 10 years ago
  81. 9d7e3ea Merge branch 'syststamp-removal' by David S. Miller · 10 years ago
  82. 4d276eb net: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  83. 68a360e packet: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  84. ce75058 vxge: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  85. c6d5fef octeon: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  86. c98158e Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  87. 0ef1351 AFS: Correctly assemble the client UUID by David Howells · 10 years ago
  88. 1aab4d7 mm: fix page_alloc.c kernel-doc warnings by Randy Dunlap · 10 years ago
  89. a1ae5b1 Merge tag 'omap-for-v3.16/n900-regression' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Arnd Bergmann · 10 years ago
  90. d937678 ARM: dts: Revert enabling of twl configuration for n900 by Tony Lindgren · 10 years ago
  91. 04ca697 ip: make IP identifiers less predictable by Eric Dumazet · 10 years ago
  92. 13e9b99 tipc: make tipc_buf_append() more robust by Jon Paul Maloy · 10 years ago
  93. 545469f neighbour : fix ndm_type type error issue by Jun Zhao · 10 years ago
  94. 3fd0202 Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  95. 8266f5f sunvnet: only use connected ports when sending by David L Stevens · 10 years ago
  96. a67eed5 bonding: fix a memory leak in bond_arp_send_all() by Dan Carpenter · 10 years ago
  97. d87de1f netlink: Fix shadow warning on jiffies by Mark Rustad · 10 years ago
  98. 8356f97 Merge tag 'linux-can-fixes-for-3.16-20140725' of git://gitorious.org/linux-can/linux-can by David S. Miller · 10 years ago
  99. f1b714b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  100. 31dab71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago