1. 419076f net: lls fix build with allnoconfig by Eliezer Tamir · 11 years ago
  2. 23a3647 ip_tunnels: Use skb-len to PMTU check. by Pravin B Shelar · 11 years ago
  3. 784771e Merge branch 'l2tp_seq' by David S. Miller · 11 years ago
  4. a0dbd82 l2tp: make datapath resilient to packet loss when sequence numbers enabled by James Chapman · 11 years ago
  5. 8a1631d l2tp: make datapath sequence number support RFC-compliant by James Chapman · 11 years ago
  6. b6dc01a l2tp: do data sequence number handling in a separate func by James Chapman · 11 years ago
  7. 8a59bd3 sctp: use get_unused_fd_flags(0) instead of get_unused_fd() by Yann Droneaud · 11 years ago
  8. 83d7af6 stmmac: dity-up and rework the driver debug levels by Giuseppe CAVALLARO · 11 years ago
  9. 06a23fe core/dev: set pkt_type after eth_type_trans() in dev_forward_skb() by Isaku Yamahata · 11 years ago
  10. 1bc2774 net: convert lls to use time_in_range() by Eliezer Tamir · 11 years ago
  11. 7e6d4da nlmon: use standard rtnetlink link api for add/del devices by Jiri Pirko · 11 years ago
  12. 75a493e ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size by Hannes Frederic Sowa · 11 years ago
  13. 8822b64 ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data by Hannes Frederic Sowa · 11 years ago
  14. b9eef55 net: fec: Fix RMON registers on imx6 by Jim Baxter · 11 years ago
  15. 7cc47d1 cxgb3: Missing rtnl lock in error recovery by Benjamin Herrenschmidt · 11 years ago
  16. 1fc4c84 net: cdc_ether: allow combined control and data interface by Bjørn Mork · 11 years ago
  17. 06efce7 net: fec: Fix Transmitted bytes counter by Jim Baxter · 11 years ago
  18. 3b7b514 ipip: fix a regression in ioctl by Cong Wang · 11 years ago
  19. e1558a9 l2tp: add missing .owner to struct pppox_proto by Wei Yongjun · 11 years ago
  20. f3ad892 net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_probe() by Wei Yongjun · 11 years ago
  21. 8ef2c3b xen-netback: xenbus.c: use more current logging styles by Wei Liu · 11 years ago
  22. b48410b ipv4: remove fib_update_nh_saddrs() declaration. by Rami Rosen · 11 years ago
  23. a759939 net: ipheth: Add USB ID for iPad mini by Aaron Marburg · 11 years ago
  24. a05b101 net: sctp: prevent checksum.h from double inclusion by Daniel Borkmann · 11 years ago
  25. 37beae6 tools: selftests: psock_tpacket: get rid of macro wrappers by Daniel Borkmann · 11 years ago
  26. c590b5e ethtool: make .get_dump_data() harder to misuse by drivers by Michal Schmidt · 11 years ago
  27. 8cc2d92 bnx2x: fill in sane dump flag information by Michal Schmidt · 11 years ago
  28. 5bb680d bnx2x: fix dump flag handling by Michal Schmidt · 11 years ago
  29. 058eec4 bnx2x: remove zeroing of dump data buffer by Michal Schmidt · 11 years ago
  30. e02010a net: sctp: get rid of SCTP_DBG_TSNS entirely by Daniel Borkmann · 11 years ago
  31. 15627e8 cassini: Make missing firmware non-fatal by Ben Hutchings · 11 years ago
  32. d8eb8f9 qmi_wwan: add ONDA MT689DC device ID (fwd) by Enrico Mioso · 11 years ago
  33. 8965779 ipv6,mcast: always hold idev->lock before mca_lock by Amerigo Wang · 11 years ago
  34. ab6c7a0 vti: remove duplicated code to fix a memory leak by Cong Wang · 11 years ago
  35. 6c734fb gre: fix a regression in ioctl by Cong Wang · 11 years ago
  36. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  37. 1067964 lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifier by Daniel Borkmann · 11 years ago
  38. 936faf6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/vxlan-next by David S. Miller · 11 years ago
  39. b1a5a34 net: Swap ver and type in pppoe_hdr by Changli Gao · 11 years ago
  40. 4ccb93c x25: Fix broken locking in ioctl error paths. by Dave Jones · 11 years ago
  41. aec0a40 netem: use rb tree to implement the time queue by Eric Dumazet · 11 years ago
  42. d0b5e51 net: qmi_wwan: add TP-LINK MA260 by Bjørn Mork · 11 years ago
  43. aa3aba1 net: qmi_wwan: add Option GTM681W by Bjørn Mork · 11 years ago
  44. 5a008ff net: qmi_wwan: fixup Sierra Wireless MC8305 entry by Bjørn Mork · 11 years ago
  45. 91e2fd33 net: avoid calling sched_clock when LLS is off by Eliezer Tamir · 11 years ago
  46. ad6276e net: fix LLS debug_smp_processor_id() warning by Eliezer Tamir · 11 years ago
  47. c9ab4d8 neighbour: fix a race in neigh_destroy() by Eric Dumazet · 11 years ago
  48. 61369d0 net: stmmac: fixed enh_desc set always zero by Byungho An · 11 years ago
  49. 0d909dc net: stmmac: fixed operator typo by Byungho An · 11 years ago
  50. 383eda3 xen: Use more current logging styles by Joe Perches · 11 years ago
  51. 772e42b net: fec: Fix multicast list setup in fec_restart(). by Christoph Müllner · 11 years ago
  52. 52bd4c0 ipv6: fix ecmp lookup when oif is specified by Nicolas Dichtel · 11 years ago
  53. 5c29fb1 ipv6: only apply anti-spoofing checks to not-pointopoint tunnels by Hannes Frederic Sowa · 11 years ago
  54. e62bc9e Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  55. fb825a5 openvswitch: Add Kconfig dependency on GRE-DEMUX. by Pravin B Shelar · 11 years ago
  56. 7ec5689 alx: fix ethtool support code by Johannes Berg · 11 years ago
  57. 46ab9b3 alx: fix MAC address alignment problem by Johannes Berg · 11 years ago
  58. a5b87cc alx: separate link speed/duplex fields by Johannes Berg · 11 years ago
  59. 4a134c3 alx: make sizes unsigned by Johannes Berg · 11 years ago
  60. c43861d alx: remove NET_CORE Kconfig select by Johannes Berg · 11 years ago
  61. 17fdd35 alx: fix 100mbit/half duplex speed translation by Johannes Berg · 11 years ago
  62. ef0cc4b alx: treat flow control correctly in alx_set_pauseparam() by Johannes Berg · 11 years ago
  63. 0a6eac2 net/mlx4_core: Add HW enforcement to VF link state by Rony Efraim · 11 years ago
  64. b01978c net/mlx4_core: Dynamic VST to VST vlan/qos changes by Jack Morgenstein · 11 years ago
  65. 4e144d3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  66. 496e4ae netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flag by Florian Westphal · 11 years ago
  67. 008aebd bonding: combine pr_debugs in bond_set_dev_addr into one by Nikolay Aleksandrov · 11 years ago
  68. 6be44b1 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  69. d36a21d ssb/trivial: replace numeric with standard PM state macros by Yijing Wang · 11 years ago
  70. 1ca0151 net/trivial: replace numeric with standard PM state macros by Yijing Wang · 11 years ago
  71. 3b233fe nlmon: fix comparison in nlmon_is_valid_mtu by Daniel Borkmann · 11 years ago
  72. cf6122b drivers: net: cpsw: add newline after MACID log by Daniel Mack · 11 years ago
  73. 29cc436 pch_gbe: use managed functions pcim_* and devm_* by Andy Shevchenko · 11 years ago
  74. 453ca93 pch_gbe: convert pr_* to netdev_* by Andy Shevchenko · 11 years ago
  75. bd79680 pch_gbe: remove inline keyword for exported functions by Andy Shevchenko · 11 years ago
  76. b8553b8 usbnet: ax88179_178a: add .reset_resume hook by David Chang · 11 years ago
  77. 803dee9 usbnet: ax88179_178a: Correct a typo in description by David Chang · 11 years ago
  78. 2ffae99 ipv4: use next hop exceptions also for input routes by Timo Teräs · 11 years ago
  79. b173ee4 ipv6: resend MLD report if a link-local address completes DAD by Hannes Frederic Sowa · 11 years ago
  80. 1ec047e ipv6: introduce per-interface counter for dad-completed ipv6 addresses by Hannes Frederic Sowa · 11 years ago
  81. 57ed5cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  82. ae0d675 bonding: when cloning a MAC use NET_ADDR_STOLEN by nikolay@redhat.com · 11 years ago
  83. 97a1e63 bonding: remove unnecessary dev_addr_from_first member by nikolay@redhat.com · 11 years ago
  84. 8d2ada7 bonding: remove unnecessary setup_by_slave member by nikolay@redhat.com · 11 years ago
  85. 3a36515 netlink: fix splat in skb_clone with large messages by Pablo Neira · 11 years ago
  86. 5e6700b sit: add support of x-netns by Nicolas Dichtel · 11 years ago
  87. 621e84d dev: introduce skb_scrub_packet() by Nicolas Dichtel · 11 years ago
  88. 0f817ed ath10k: minimally handle new channel width enumeration values by John W. Linville · 11 years ago
  89. 0c9acaa ath9k_htc: ifdef out IFTYPE_MESH advertisement by Thomas Pedersen · 11 years ago
  90. cc1b546 brcmfmac: remove code and comment for older kernel support by Arend van Spriel · 11 years ago
  91. c6a681ab brcmfmac: reduce firmware-signalling locking scope in rx path by Arend van Spriel · 11 years ago
  92. 80898a1 brcmfmac: cleanup debug messages in brcmf_fws_hdrpush() by Arend van Spriel · 11 years ago
  93. 456d068 brcmfmac: tag packet in the netdev transmit callback by Arend van Spriel · 11 years ago
  94. 3b81a68 brcmfmac: add broken scatter-gather DMA support by Franky Lin · 11 years ago
  95. 356bae6 brcmfmac: use unified dongle address preparation function by Franky Lin · 11 years ago
  96. b058d4d brcmfmac: remove SDIO_REQ_ASYNC flag by Franky Lin · 11 years ago
  97. 2a5d7b0 brcmfmac: remove (ab)use of NL80211_NUM_ACS by Arend van Spriel · 11 years ago
  98. 2086374 brcmfmac: simplify transmit path by Arend van Spriel · 11 years ago
  99. 88f9b65 bcma: add support for BCM43142 by Rafał Miłecki · 11 years ago
  100. 8960400 b43: replace B43_BCMA_EXTRA with modparam allhwsupport by Rafał Miłecki · 11 years ago