1. d2d427b bridge: Add netlink support for vlan_protocol attribute by Toshiaki Makita · 9 years ago
  2. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  3. ce7b4cc sctp: asconf's process should verify address parameter is in the beginning by lucien · 9 years ago
  4. cae3a26 openvswitch: Allow attaching helpers to ct action by Joe Stringer · 9 years ago
  5. c2ac667 openvswitch: Allow matching on conntrack label by Joe Stringer · 9 years ago
  6. 86ca02e netfilter: connlabels: Export setting connlabel length by Joe Stringer · 9 years ago
  7. 55e5713 netfilter: Always export nf_connlabels_replace() by Joe Stringer · 9 years ago
  8. 182e304 openvswitch: Allow matching on conntrack mark by Joe Stringer · 9 years ago
  9. 7f8a436 openvswitch: Add conntrack action by Joe Stringer · 9 years ago
  10. 5b49004 ipv6: Export nf_ct_frag6_gather() by Joe Stringer · 9 years ago
  11. be26b9a openvswitch: Move MASKED* macros to datapath.h by Joe Stringer · 9 years ago
  12. 8e2fed1 openvswitch: Serialize acts with original netlink len by Joe Stringer · 9 years ago
  13. ed29266 batman-adv: turn batadv_neigh_node_get() into local function by Marek Lindner · 9 years ago
  14. 7bca68c batman-adv: Add lower layer needed_(head|tail)room to own ones by Sven Eckelmann · 9 years ago
  15. a5256f7 batman-adv: don't access unregistered net_device object by Antonio Quartulli · 9 years ago
  16. 07c48ec batman-adv: Start new development cycle by Simon Wunderlich · 9 years ago
  17. 1e3b466 batman-adv: fix gateway client style issues by Simon Wunderlich · 9 years ago
  18. 3f32f8a batman-adv: rearrange batadv_neigh_node_new() arguments to follow convention by Marek Lindner · 9 years ago
  19. bd3524c batman-adv: remove obsolete deleted attribute for gateway node by Simon Wunderlich · 9 years ago
  20. 741aa06 batman-adv: move neigh_node list add into batadv_neigh_node_new() by Marek Lindner · 9 years ago
  21. 39bf761 batman-adv: remove redundant hard_iface assignment by Marek Lindner · 9 years ago
  22. f729dc70 batman-adv: move hardif refcount inc to batadv_neigh_node_new() by Marek Lindner · 9 years ago
  23. 1dd34b5 bpf: fix bpf_skb_set_tunnel_key() helper by Alexei Starovoitov · 9 years ago
  24. 1b383bf Merge tag 'ipvs2-for-v4.3' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 9 years ago
  25. 1afe839 netfilter: ip6t_REJECT: added missing icmpv6 codes by Andreas Herz · 9 years ago
  26. cff8245 net_sched: act_bpf: remove spinlock in fast path by Alexei Starovoitov · 9 years ago
  27. 9e528d8 net_sched: convert rsvp to call tcf_exts_destroy from rcu callback by Alexei Starovoitov · 9 years ago
  28. ed7aa87 net_sched: convert tcindex to call tcf_exts_destroy from rcu callback by Alexei Starovoitov · 9 years ago
  29. faa54be net_sched: act_bpf: remove unnecessary copy by Alexei Starovoitov · 9 years ago
  30. 3c64562 net_sched: make tcf_hash_destroy() static by Alexei Starovoitov · 9 years ago
  31. a6c1aea cls_u32: complete the check for non-forced case in u32_destroy() by WANG Cong · 9 years ago
  32. 2724121 RDS: remove superfluous from rds_ib_alloc_fmr() by santosh.shilimkar@oracle.com · 9 years ago
  33. ef5217a RDS: flush the FMR pool less often by santosh.shilimkar@oracle.com · 9 years ago
  34. ad1d7dc RDS: push FMR pool flush work to its own worker by santosh.shilimkar@oracle.com · 9 years ago
  35. 6116c20 RDS: fix fmr pool dirty_count by Wengang Wang · 9 years ago
  36. 3f6b314 RDS: Fix rds MR reference count in rds_rdma_unuse() by santosh.shilimkar@oracle.com · 9 years ago
  37. ba54d3c RDS: fix the dangling reference to rds_ib_incoming_slab by santosh.shilimkar@oracle.com · 9 years ago
  38. b8766e4 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 9 years ago
  39. b01d04a rds: Fix improper gfp_t usage. by David S. Miller · 9 years ago
  40. d425729 ip6_gre: release cached dst on tunnel removal by huaibin Wang · 9 years ago
  41. e252b3d route: fix a use-after-free by WANG Cong · 9 years ago
  42. d749916 net-next: Fix warning while make xmldocs caused by skbuff.c by Masanari Iida · 9 years ago
  43. 94c10f0 ah4: Fix error return in ah_input(). by David S. Miller · 9 years ago
  44. 2510505 ah6: fix error return code by Julia Lawall · 9 years ago
  45. ae05368 RDS: check for valid cm_id before initiating connection by santosh.shilimkar@oracle.com · 9 years ago
  46. 06e8941 RDS: return EMSGSIZE for oversize requests before processing/queueing by Mukesh Kacker · 9 years ago
  47. dfcec25 RDS: make sure rds_send_drop_to properly takes the m_rs_lock by santosh.shilimkar@oracle.com · 9 years ago
  48. 1c3be62 RDS: Don't destroy the rdma id until after we're done using it by Santosh Shilimkar · 9 years ago
  49. 5c240fa RDS: Fix assertion level from fatal to warning by santosh.shilimkar@oracle.com · 9 years ago
  50. 3049147 RDS: Make sure we do a signaled send for large-send by santosh.shilimkar@oracle.com · 9 years ago
  51. 4f73113 RDS: Mark message mapped before transmit by santosh.shilimkar@oracle.com · 9 years ago
  52. 0df5f9a6 RDS: add a sock_destruct callback debug aid by santosh.shilimkar@oracle.com · 9 years ago
  53. 0c48424 RDS: check for congestion updates during rds_send_xmit by santosh.shilimkar@oracle.com · 9 years ago
  54. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 9 years ago
  55. e1f475a RDS: don't update ip address tables if the address hasn't changed by santosh.shilimkar@oracle.com · 9 years ago
  56. 1bc7b863 RDS: destroy the ib state earlier during shutdown by santosh.shilimkar@oracle.com · 9 years ago
  57. 43962dd RDS: always free recv frag as we free its ring entry by santosh.shilimkar@oracle.com · 9 years ago
  58. 1d2e3f3 RDS: restore return value in rds_cmsg_rdma_args() by santosh.shilimkar@oracle.com · 9 years ago
  59. 43e122b tcp: refine pacing rate determination by Eric Dumazet · 9 years ago
  60. 4ec3b28 xfrm: Use VRF master index if output device is enslaved by David Ahern · 9 years ago
  61. 6f021c6 tcp: fix slow start after idle vs TSO/GSO by Eric Dumazet · 9 years ago
  62. 854d2a6 batman-adv: beautify supported routing algorithm list by Marek Lindner · 9 years ago
  63. 87b40f5 batman-adv: Fix conditional statements indentation by Sven Eckelmann · 9 years ago
  64. 5274cd6 batman-adv: Add lockdep_asserts for documented external locks by Sven Eckelmann · 9 years ago
  65. 2c72d65 batman-adv: Annotate deleting functions with external lock via lockdep by Sven Eckelmann · 9 years ago
  66. 7c26a53 batman-adv: convert bat_priv->tt.req_list to hlist by Marek Lindner · 9 years ago
  67. 0b8336f batman-adv: Fix gw_bandwidth calculation on 32 bit systems by Sven Eckelmann · 9 years ago
  68. 77927b7 batman-adv: Return EINVAL on invalid gw_bandwidth change by Sven Eckelmann · 9 years ago
  69. a121048 batman-adv: prevent potential hlist double deletion by Marek Lindner · 9 years ago
  70. d0fa4f3 batman-adv: convert orig_node->vlan_list to hlist by Marek Lindner · 9 years ago
  71. 2bdd188 batman-adv: Remove batadv_ types forward declarations by Sven Eckelmann · 9 years ago
  72. 383b863 batman-adv: rename batadv_new_tt_req_node to batadv_tt_req_node_new by Marek Lindner · 9 years ago
  73. 433ff98 batman-adv: update kernel doc of batadv_tt_global_del_orig_entry() by Marek Lindner · 9 years ago
  74. 4f248cf batman-adv: Remove multiple assignment per line by Sven Eckelmann · 9 years ago
  75. 3447382 batman-adv: Fix kerneldoc over 80 column lines by Sven Eckelmann · 9 years ago
  76. 6b5e971 batman-adv: Replace C99 int types with kernel type by Sven Eckelmann · 9 years ago
  77. ba51b6b net: Fix RCU splat in af_key by David Ahern · 9 years ago
  78. 92b78af ila: Precompute checksum difference for translations by Tom Herbert · 9 years ago
  79. 127eb7c lwt: Add cfg argument to build_state by Tom Herbert · 9 years ago
  80. 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 · 9 years ago
  81. 2be80c2 tipc: fix stale link problem during synchronization by Jon Paul Maloy · 9 years ago
  82. 5ae2f8e tipc: interrupt link synchronization when a link goes down by Jon Paul Maloy · 9 years ago
  83. 17b2063 tipc: eliminate risk of premature link setup during failover by Jon Paul Maloy · 9 years ago
  84. c953e2393 netlink: mmap: fix tx type check by Ken-ichirou MATSUZAWA · 9 years ago
  85. 2701366 fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks by Tom Herbert · 9 years ago
  86. b7fe10e gro: Fix remcsum offload to deal with frags in GRO by Tom Herbert · 9 years ago
  87. c4c53ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  88. 999b8b8 9p: ensure err is initialized to 0 in p9_client_read/write by Vincent Bernat · 9 years ago
  89. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
  90. 116984a3 netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6) by Pablo Neira Ayuso · 9 years ago
  91. 59e2642 netfilter: nf_dup: fix sparse warnings by Pablo Neira Ayuso · 9 years ago
  92. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  93. d332881 ipvs: add more mcast parameters for the sync daemon by Julian Anastasov · 9 years ago
  94. e4ff675 ipvs: add sync_maxlen parameter for the sync daemon by Julian Anastasov · 9 years ago
  95. e0b26cc ipvs: call rtnl_lock early by Julian Anastasov · 9 years ago
  96. eefa32d ipvs: Add ovf scheduler by Raducu Deaconu · 9 years ago
  97. a9e01ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  98. 81bf1c6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  99. 32a2b00 ipv6: route: per route IP tunnel metadata via lightweight tunnel by Jiri Benc · 9 years ago
  100. 904af04 ipv6: route: extend flow representation with tunnel key by Jiri Benc · 9 years ago