1. 192132b net: Add support for VRFs to inetpeer cache by David Ahern · 10 years ago
  2. d39d14f net: Add helper function to compare inetpeer addresses by David Ahern · 10 years ago
  3. 3abef28 net: Add set,get helpers for inetpeer addresses by David Ahern · 10 years ago
  4. 72afa35 net: Introduce ipv4_addr_hash and use it for tcp metrics by David Ahern · 10 years ago
  5. df2cf4a IGMP: Inhibit reports for local multicast groups by Philip Downey · 10 years ago
  6. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  7. e001d70 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  8. 3e692f2 net: sched: simplify attach_one_default_qdisc() by Phil Sutter · 10 years ago
  9. d66d6c3 net: sched: register noqueue qdisc by Phil Sutter · 10 years ago
  10. db4094b net: sched: ignore tx_queue_len when assigning default qdisc by Phil Sutter · 10 years ago
  11. f84bb1e net: fix IFF_NO_QUEUE for drivers using alloc_netdev by Phil Sutter · 10 years ago
  12. 69dba9b sock: fix kernel doc error by Jean Sacren · 10 years ago
  13. f648f80 sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state by lucien · 10 years ago
  14. b22fbf2 bridge: fdb: rearrange net_bridge_fdb_entry by Nikolay Aleksandrov · 10 years ago
  15. 7b85b4d openvswitch: Include ip6_fib.h. by Joe Stringer · 10 years ago
  16. 35d4e17 net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flag by Jiri Pirko · 10 years ago
  17. 0e4ead9 net: introduce change upper device notifier change info by Jiri Pirko · 10 years ago
  18. 371bd10 geneve: Consolidate Geneve functionality in single module. by Pravin B Shelar · 10 years ago
  19. 6b001e6 openvswitch: Use Geneve device. by Pravin B Shelar · 10 years ago
  20. c29a70d tunnel: introduce udp_tun_rx_dst() by Pravin B Shelar · 10 years ago
  21. d2d427b bridge: Add netlink support for vlan_protocol attribute by Toshiaki Makita · 10 years ago
  22. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 10 years ago
  23. ce7b4cc sctp: asconf's process should verify address parameter is in the beginning by lucien · 10 years ago
  24. cae3a26 openvswitch: Allow attaching helpers to ct action by Joe Stringer · 10 years ago
  25. c2ac667 openvswitch: Allow matching on conntrack label by Joe Stringer · 10 years ago
  26. 86ca02e netfilter: connlabels: Export setting connlabel length by Joe Stringer · 10 years ago
  27. 55e5713 netfilter: Always export nf_connlabels_replace() by Joe Stringer · 10 years ago
  28. 182e304 openvswitch: Allow matching on conntrack mark by Joe Stringer · 10 years ago
  29. 7f8a436 openvswitch: Add conntrack action by Joe Stringer · 10 years ago
  30. 5b49004 ipv6: Export nf_ct_frag6_gather() by Joe Stringer · 10 years ago
  31. be26b9a openvswitch: Move MASKED* macros to datapath.h by Joe Stringer · 10 years ago
  32. 8e2fed1 openvswitch: Serialize acts with original netlink len by Joe Stringer · 10 years ago
  33. 1dd34b5 bpf: fix bpf_skb_set_tunnel_key() helper by Alexei Starovoitov · 10 years ago
  34. cff8245 net_sched: act_bpf: remove spinlock in fast path by Alexei Starovoitov · 10 years ago
  35. 9e528d8 net_sched: convert rsvp to call tcf_exts_destroy from rcu callback by Alexei Starovoitov · 10 years ago
  36. ed7aa87 net_sched: convert tcindex to call tcf_exts_destroy from rcu callback by Alexei Starovoitov · 10 years ago
  37. faa54be net_sched: act_bpf: remove unnecessary copy by Alexei Starovoitov · 10 years ago
  38. 3c64562 net_sched: make tcf_hash_destroy() static by Alexei Starovoitov · 10 years ago
  39. a6c1aea cls_u32: complete the check for non-forced case in u32_destroy() by WANG Cong · 10 years ago
  40. 2724121 RDS: remove superfluous from rds_ib_alloc_fmr() by santosh.shilimkar@oracle.com · 10 years ago
  41. ef5217a RDS: flush the FMR pool less often by santosh.shilimkar@oracle.com · 10 years ago
  42. ad1d7dc RDS: push FMR pool flush work to its own worker by santosh.shilimkar@oracle.com · 10 years ago
  43. 6116c20 RDS: fix fmr pool dirty_count by Wengang Wang · 10 years ago
  44. 3f6b314 RDS: Fix rds MR reference count in rds_rdma_unuse() by santosh.shilimkar@oracle.com · 10 years ago
  45. ba54d3c RDS: fix the dangling reference to rds_ib_incoming_slab by santosh.shilimkar@oracle.com · 10 years ago
  46. b8766e4 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  47. b01d04a rds: Fix improper gfp_t usage. by David S. Miller · 10 years ago
  48. d425729 ip6_gre: release cached dst on tunnel removal by huaibin Wang · 10 years ago
  49. e252b3d route: fix a use-after-free by WANG Cong · 10 years ago
  50. d749916 net-next: Fix warning while make xmldocs caused by skbuff.c by Masanari Iida · 10 years ago
  51. 94c10f0 ah4: Fix error return in ah_input(). by David S. Miller · 10 years ago
  52. 2510505 ah6: fix error return code by Julia Lawall · 10 years ago
  53. ae05368 RDS: check for valid cm_id before initiating connection by santosh.shilimkar@oracle.com · 10 years ago
  54. 06e8941 RDS: return EMSGSIZE for oversize requests before processing/queueing by Mukesh Kacker · 10 years ago
  55. dfcec25 RDS: make sure rds_send_drop_to properly takes the m_rs_lock by santosh.shilimkar@oracle.com · 10 years ago
  56. 1c3be62 RDS: Don't destroy the rdma id until after we're done using it by Santosh Shilimkar · 10 years ago
  57. 5c240fa RDS: Fix assertion level from fatal to warning by santosh.shilimkar@oracle.com · 10 years ago
  58. 3049147 RDS: Make sure we do a signaled send for large-send by santosh.shilimkar@oracle.com · 10 years ago
  59. 4f73113 RDS: Mark message mapped before transmit by santosh.shilimkar@oracle.com · 10 years ago
  60. 0df5f9a6 RDS: add a sock_destruct callback debug aid by santosh.shilimkar@oracle.com · 10 years ago
  61. 0c48424 RDS: check for congestion updates during rds_send_xmit by santosh.shilimkar@oracle.com · 10 years ago
  62. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 10 years ago
  63. e1f475a RDS: don't update ip address tables if the address hasn't changed by santosh.shilimkar@oracle.com · 10 years ago
  64. 1bc7b863 RDS: destroy the ib state earlier during shutdown by santosh.shilimkar@oracle.com · 10 years ago
  65. 43962dd RDS: always free recv frag as we free its ring entry by santosh.shilimkar@oracle.com · 10 years ago
  66. 1d2e3f3 RDS: restore return value in rds_cmsg_rdma_args() by santosh.shilimkar@oracle.com · 10 years ago
  67. 43e122b tcp: refine pacing rate determination by Eric Dumazet · 10 years ago
  68. 4ec3b28 xfrm: Use VRF master index if output device is enslaved by David Ahern · 10 years ago
  69. 6f021c6 tcp: fix slow start after idle vs TSO/GSO by Eric Dumazet · 10 years ago
  70. 854d2a6 batman-adv: beautify supported routing algorithm list by Marek Lindner · 10 years ago
  71. 87b40f5 batman-adv: Fix conditional statements indentation by Sven Eckelmann · 10 years ago
  72. 5274cd6 batman-adv: Add lockdep_asserts for documented external locks by Sven Eckelmann · 10 years ago
  73. 2c72d65 batman-adv: Annotate deleting functions with external lock via lockdep by Sven Eckelmann · 10 years ago
  74. 7c26a53 batman-adv: convert bat_priv->tt.req_list to hlist by Marek Lindner · 10 years ago
  75. 0b8336f batman-adv: Fix gw_bandwidth calculation on 32 bit systems by Sven Eckelmann · 10 years ago
  76. 77927b7 batman-adv: Return EINVAL on invalid gw_bandwidth change by Sven Eckelmann · 10 years ago
  77. a121048 batman-adv: prevent potential hlist double deletion by Marek Lindner · 10 years ago
  78. d0fa4f3 batman-adv: convert orig_node->vlan_list to hlist by Marek Lindner · 10 years ago
  79. 2bdd188 batman-adv: Remove batadv_ types forward declarations by Sven Eckelmann · 10 years ago
  80. 383b863 batman-adv: rename batadv_new_tt_req_node to batadv_tt_req_node_new by Marek Lindner · 10 years ago
  81. 433ff98 batman-adv: update kernel doc of batadv_tt_global_del_orig_entry() by Marek Lindner · 10 years ago
  82. 4f248cf batman-adv: Remove multiple assignment per line by Sven Eckelmann · 10 years ago
  83. 3447382 batman-adv: Fix kerneldoc over 80 column lines by Sven Eckelmann · 10 years ago
  84. 6b5e971 batman-adv: Replace C99 int types with kernel type by Sven Eckelmann · 10 years ago
  85. ba51b6b net: Fix RCU splat in af_key by David Ahern · 10 years ago
  86. 92b78af ila: Precompute checksum difference for translations by Tom Herbert · 10 years ago
  87. 127eb7c lwt: Add cfg argument to build_state by Tom Herbert · 10 years ago
  88. d9893d1 Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 10 years ago
  89. 2be80c2 tipc: fix stale link problem during synchronization by Jon Paul Maloy · 10 years ago
  90. 5ae2f8e tipc: interrupt link synchronization when a link goes down by Jon Paul Maloy · 10 years ago
  91. 17b2063 tipc: eliminate risk of premature link setup during failover by Jon Paul Maloy · 10 years ago
  92. c953e2393 netlink: mmap: fix tx type check by Ken-ichirou MATSUZAWA · 10 years ago
  93. 2701366 fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks by Tom Herbert · 10 years ago
  94. b7fe10e gro: Fix remcsum offload to deal with frags in GRO by Tom Herbert · 10 years ago
  95. c4c53ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  96. 999b8b8 9p: ensure err is initialized to 0 in p9_client_read/write by Vincent Bernat · 10 years ago
  97. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 10 years ago
  98. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  99. a9e01ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  100. 81bf1c6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 10 years ago