1. 0dcffd0 net_sched: act_ipt forward compat with xtables by Jamal Hadi Salim · 12 years ago
  2. fe86d71 mlx4_en: fix a build error on 32bit arches by Eric Dumazet · 12 years ago
  3. 97cd1ee Revert "bnx2x: allow nvram test to run when device is down" by Dmitry Kravkov · 12 years ago
  4. 91bc033 bridge: avoid OOPS if root port not found by stephen hemminger · 12 years ago
  5. 7dcf313 drivers: net: cpsw: fix kernel warn on cpsw irq enable by Mugunthan V N · 12 years ago
  6. ff6e722 sh_eth: use random MAC address if no valid one supplied by Sergei Shtylyov · 12 years ago
  7. 3b54912 3c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA) by Matthew Whitehead · 12 years ago
  8. 32e1927 tg3: fix to append hardware time stamping flags by Flavio Leitner · 12 years ago
  9. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  10. 79f632c unix/stream: fix peeking with an offset larger than data in queue by Benjamin Poirier · 12 years ago
  11. 39cc861 unix/dgram: fix peeking with an offset larger than data in queue by Benjamin Poirier · 12 years ago
  12. add05ad unix/dgram: peek beyond 0-sized skbs by Benjamin Poirier · 12 years ago
  13. cff63a5 openvswitch: Remove unneeded ovs_netdev_get_ifindex() by Thomas Graf · 12 years ago
  14. 0c77215 net: Use consume_skb() to free gso segmented skb by Sridhar Samudrala · 12 years ago
  15. 1ab137b Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  16. 17a2911 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  17. b807a3d Merge branch 'vxlan_bnx2x_offload' by David S. Miller · 12 years ago
  18. 65bc0cf bnx2x: allow handling tunnel over udp offload by Dmitry Kravkov · 12 years ago
  19. f6ace50 vxlan: do not set SKB_GSO_UDP by Dmitry Kravkov · 12 years ago
  20. 94dace1 cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSG by Vipul Pandya · 12 years ago
  21. b407a4a cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSG by Vipul Pandya · 12 years ago
  22. 9ef603a cxgb4: Fix pci_device_id structure initialization with correct PF number by Vipul Pandya · 12 years ago
  23. cd75eff tcp: reset timer after any SYNACK retransmit by Yuchung Cheng · 12 years ago
  24. 6a5dc9e net: Add MIB counters for checksum errors by Eric Dumazet · 12 years ago
  25. f233a97 tg3: shows HW time stamping support only if ptp_capable is present by Flavio Leitner · 12 years ago
  26. aebda15 net: defer net_secret[] initialization by Eric Dumazet · 12 years ago
  27. 2d177be be2net: FLR must be first cmd issued to Lancer FW by Kalesh AP · 12 years ago
  28. 28710c5 be2net: Use GET_FUNCTION_CONFIG V1 cmd by Kalesh AP · 12 years ago
  29. a8a48e6 Merge tag 'nfc-next-3.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by John W. Linville · 12 years ago
  30. 14d3692 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 12 years ago
  31. 674853b sh_eth: add R8A77781 support by Sergei Shtylyov · 12 years ago
  32. e5195c1 r8169: fix 8168evl frame padding. by Stefan Bader · 12 years ago
  33. eee1d5a sctp: Correct type and usage of sctp_end_cksum() by Simon Horman · 12 years ago
  34. 00bd1cc netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixup by Florian Westphal · 12 years ago
  35. 7237190 netfilter: nfnetlink_queue: add skb info attribute by Florian Westphal · 12 years ago
  36. a5fedd43 netfilter: move skb_gso_segment into nfnetlink_queue module by Florian Westphal · 12 years ago
  37. 4bd6044 netfilter: nf_queue: move device refcount bump to extra function by Florian Westphal · 12 years ago
  38. 6e01781 netfilter: ipset: set match: add support to match the counters by Jozsef Kadlecsik · 12 years ago
  39. de76303 netfilter: ipset: The list:set type with counter support by Jozsef Kadlecsik · 12 years ago
  40. 00d71b2 netfilter: ipset: The hash types with counter support by Jozsef Kadlecsik · 12 years ago
  41. f48d19d netfilter: ipset: The bitmap types with counter support by Jozsef Kadlecsik · 12 years ago
  42. 34d666d netfilter: ipset: Introduce the counter extension in the core by Jozsef Kadlecsik · 12 years ago
  43. 7d47d97 netfilter: ipset: list:set type using the extension interface by Jozsef Kadlecsik · 12 years ago
  44. 5d50e1d8 netfilter: ipset: Hash types using the unified code base by Jozsef Kadlecsik · 12 years ago
  45. 1feab10 netfilter: ipset: Unified hash type generation by Jozsef Kadlecsik · 12 years ago
  46. b0da390 netfilter: ipset: Bitmap types using the unified code base by Jozsef Kadlecsik · 12 years ago
  47. 4d73de3 netfilter: ipset: Unified bitmap type generation by Jozsef Kadlecsik · 12 years ago
  48. 075e64c netfilter: ipset: Introduce extensions to elements in the core by Jozsef Kadlecsik · 12 years ago
  49. 8672d4d netfilter: ipset: Move often used IPv6 address masking function to header file by Jozsef Kadlecsik · 12 years ago
  50. 43c56e5 netfilter: ipset: Make possible to test elements marked with nomatch by Jozsef Kadlecsik · 12 years ago
  51. 00ca8f0 hyperv: Fix a compiler warning in netvsc_send() by Haiyang Zhang · 12 years ago
  52. 02ffc24 Merge branch 'pegasus' by David S. Miller · 12 years ago
  53. 323b349 drivers: net: usb: pegasus: fix control urb submission by Petko Manolov · 12 years ago
  54. 2bd6470 drivers: net: usb: pegasus: read/write_mii_word optimised by Petko Manolov · 12 years ago
  55. 313a58e drivers: net: usb: pegasus: remove skb pool by Petko Manolov · 12 years ago
  56. 5f5624c ipv6: Kill ipv6 dependency of icmpv6_send(). by Pravin B Shelar · 12 years ago
  57. a4c4009 net: increase frag hash size by Jesper Dangaard Brouer · 12 years ago
  58. f0911aa atm: he: use mdelay instead of large udelay constants by Arnd Bergmann · 12 years ago
  59. 13ccf04 Merge branch 'pktdiag' by David S. Miller · 12 years ago
  60. e8d9612 sock_diag: allow to dump bpf filters by Nicolas Dichtel · 12 years ago
  61. 76d0eeb packet_diag: disclose meminfo values by Nicolas Dichtel · 12 years ago
  62. 6264190 packet_diag: disclose uid value by Nicolas Dichtel · 12 years ago
  63. b424332 be2net: Fix to show wol disabled/enabled state correctly. by Sarveshwar Bandi · 12 years ago
  64. d98ef50 be2net: Fixed memory leak by Suresh Reddy · 12 years ago
  65. 2c1bbbf net: mac802154: comparision issue of type cast, finding by EXTRA_CFLAGS=-W by Chen Gang · 12 years ago
  66. fdd5f43 selftests: psock_tpacket: fix status check by Daniel Borkmann · 12 years ago
  67. 823aa87 vxlan: allow choosing destination port per vxlan by stephen hemminger · 12 years ago
  68. 7d836a7 vxlan: compute source port in network byte order by stephen hemminger · 12 years ago
  69. 5d174dd vxlan: source compatiablity with IFLA_VXLAN_GROUP (v2) by stephen hemminger · 12 years ago
  70. 73cf331 vxlan: fix byte order issues with NDA_PORT by stephen hemminger · 12 years ago
  71. 23c578b vxlan: document UDP default port by stephen hemminger · 12 years ago
  72. 3b8df3c vxlan: update mail address and copyright date by stephen hemminger · 12 years ago
  73. b0a397f bridge: Add fdb dst check during fdb update by roopa · 12 years ago
  74. f7a1dd6 ipvs: ip_vs_sip_fill_param() BUG: bad check of return value by Hans Schillstrom · 12 years ago
  75. 3811ae7 net: tun: release the reference of tun device in tun_recvmsg by Gao feng · 12 years ago
  76. c39904a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  77. b38a54e Merge branch 'mlx4' by David S. Miller · 12 years ago
  78. 2cccb9e net/mlx4: Add support to get VF config by Rony Efraim · 12 years ago
  79. e6b6a23 net/mlx4: Add VF MAC spoof checking support by Rony Efraim · 12 years ago
  80. 3f7fb02 net/mlx4: Add set VF default vlan ID and priority support by Rony Efraim · 12 years ago
  81. 8f7ba3c net/mlx4: Add set VF mac address support by Rony Efraim · 12 years ago
  82. 0eb62b9 net/mlx4: Add structures to keep VF Ethernet ports information by Rony Efraim · 12 years ago
  83. 6ce71ac net/mlx4: Add reference counting to MAC registeration by Rony Efraim · 12 years ago
  84. dc8142e net/mlx4_en: Disable HW clock overflow check when no HW support by Amir Vadai · 12 years ago
  85. 30b40c3 net/mlx4_core: Disable HW timestamping for VFs by Amir Vadai · 12 years ago
  86. 50754d21 genetlink: fix possible memory leak in genl_family_rcv_msg() by Wei Yongjun · 12 years ago
  87. 78d0b11 be2net: Avoid diagnostic test in certain versions of firmware to avoid NIC freeze. by Suresh Reddy · 12 years ago
  88. 18fb06a be2net: Renamed rx_address_mismatch_errors to rx_address_filtered by Suresh Reddy · 12 years ago
  89. 594ad54 be2net: Add support for setting and getting rx flow hash options by Suresh Reddy · 12 years ago
  90. c204ea0 NFC: Add missing RFKILL dependency for Kconfig by Marcel Holtmann · 12 years ago
  91. cc0446b rtlwifi: rtl8192cu: Fix false loss of AP indication by Larry Finger · 12 years ago
  92. d1497f2 brcmsmac: Fix merge issue by Piotr Haber · 12 years ago
  93. 00b38ab ssb: implement ssb spuravoid for chipid BCM43222 by Hauke Mehrtens · 12 years ago
  94. 7af1ce0e mwifiex: Correct pci_unmap_single's size by Yogesh Ashok Powar · 12 years ago
  95. 955ab09 mwifiex: Do not kfree cmd buf while unregistering PCIe by Yogesh Ashok Powar · 12 years ago
  96. 5b0d9b2 mwifiex: Call pci_release_region after calling pci_disable_device by Yogesh Ashok Powar · 12 years ago
  97. c380aaf mwifiex: Use pci_release_region() instead of a pci_release_regions() by Yogesh Ashok Powar · 12 years ago
  98. 222b048 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 12 years ago
  99. 375e875 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  100. 30cc458 NFC: Move LLCP code to the NFC top level diirectory by Samuel Ortiz · 12 years ago