1. fc58c47 mac80211: process skb_queue while scanning in HW by Andrei Otcheretianski · 10 years ago
  2. 8de1c63 wireless: make __freq_reg_info static by Johannes Berg · 10 years ago
  3. 1dd34b5 bpf: fix bpf_skb_set_tunnel_key() helper by Alexei Starovoitov · 10 years ago
  4. cff8245 net_sched: act_bpf: remove spinlock in fast path by Alexei Starovoitov · 10 years ago
  5. 9e528d8 net_sched: convert rsvp to call tcf_exts_destroy from rcu callback by Alexei Starovoitov · 10 years ago
  6. ed7aa87 net_sched: convert tcindex to call tcf_exts_destroy from rcu callback by Alexei Starovoitov · 10 years ago
  7. faa54be net_sched: act_bpf: remove unnecessary copy by Alexei Starovoitov · 10 years ago
  8. 3c64562 net_sched: make tcf_hash_destroy() static by Alexei Starovoitov · 10 years ago
  9. 2724121 RDS: remove superfluous from rds_ib_alloc_fmr() by santosh.shilimkar@oracle.com · 10 years ago
  10. ef5217a RDS: flush the FMR pool less often by santosh.shilimkar@oracle.com · 10 years ago
  11. ad1d7dc RDS: push FMR pool flush work to its own worker by santosh.shilimkar@oracle.com · 10 years ago
  12. 6116c20 RDS: fix fmr pool dirty_count by Wengang Wang · 10 years ago
  13. 3f6b314 RDS: Fix rds MR reference count in rds_rdma_unuse() by santosh.shilimkar@oracle.com · 10 years ago
  14. ba54d3c RDS: fix the dangling reference to rds_ib_incoming_slab by santosh.shilimkar@oracle.com · 10 years ago
  15. b8766e4 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  16. b01d04a rds: Fix improper gfp_t usage. by David S. Miller · 10 years ago
  17. e252b3d route: fix a use-after-free by WANG Cong · 10 years ago
  18. d749916 net-next: Fix warning while make xmldocs caused by skbuff.c by Masanari Iida · 10 years ago
  19. 94c10f0 ah4: Fix error return in ah_input(). by David S. Miller · 10 years ago
  20. 2510505 ah6: fix error return code by Julia Lawall · 10 years ago
  21. ae05368 RDS: check for valid cm_id before initiating connection by santosh.shilimkar@oracle.com · 10 years ago
  22. 06e8941 RDS: return EMSGSIZE for oversize requests before processing/queueing by Mukesh Kacker · 10 years ago
  23. dfcec25 RDS: make sure rds_send_drop_to properly takes the m_rs_lock by santosh.shilimkar@oracle.com · 10 years ago
  24. 1c3be62 RDS: Don't destroy the rdma id until after we're done using it by Santosh Shilimkar · 10 years ago
  25. 5c240fa RDS: Fix assertion level from fatal to warning by santosh.shilimkar@oracle.com · 10 years ago
  26. 3049147 RDS: Make sure we do a signaled send for large-send by santosh.shilimkar@oracle.com · 10 years ago
  27. 4f73113 RDS: Mark message mapped before transmit by santosh.shilimkar@oracle.com · 10 years ago
  28. 0df5f9a6 RDS: add a sock_destruct callback debug aid by santosh.shilimkar@oracle.com · 10 years ago
  29. 0c48424 RDS: check for congestion updates during rds_send_xmit by santosh.shilimkar@oracle.com · 10 years ago
  30. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 10 years ago
  31. e1f475a RDS: don't update ip address tables if the address hasn't changed by santosh.shilimkar@oracle.com · 10 years ago
  32. 1bc7b863 RDS: destroy the ib state earlier during shutdown by santosh.shilimkar@oracle.com · 10 years ago
  33. 43962dd RDS: always free recv frag as we free its ring entry by santosh.shilimkar@oracle.com · 10 years ago
  34. 1d2e3f3 RDS: restore return value in rds_cmsg_rdma_args() by santosh.shilimkar@oracle.com · 10 years ago
  35. 43e122b tcp: refine pacing rate determination by Eric Dumazet · 10 years ago
  36. 4ec3b28 xfrm: Use VRF master index if output device is enslaved by David Ahern · 10 years ago
  37. 6f021c6 tcp: fix slow start after idle vs TSO/GSO by Eric Dumazet · 10 years ago
  38. 854d2a6 batman-adv: beautify supported routing algorithm list by Marek Lindner · 10 years ago
  39. 87b40f5 batman-adv: Fix conditional statements indentation by Sven Eckelmann · 10 years ago
  40. 5274cd6 batman-adv: Add lockdep_asserts for documented external locks by Sven Eckelmann · 10 years ago
  41. 2c72d65 batman-adv: Annotate deleting functions with external lock via lockdep by Sven Eckelmann · 10 years ago
  42. 7c26a53 batman-adv: convert bat_priv->tt.req_list to hlist by Marek Lindner · 10 years ago
  43. 0b8336f batman-adv: Fix gw_bandwidth calculation on 32 bit systems by Sven Eckelmann · 10 years ago
  44. 77927b7 batman-adv: Return EINVAL on invalid gw_bandwidth change by Sven Eckelmann · 10 years ago
  45. a121048 batman-adv: prevent potential hlist double deletion by Marek Lindner · 10 years ago
  46. d0fa4f3 batman-adv: convert orig_node->vlan_list to hlist by Marek Lindner · 10 years ago
  47. 2bdd188 batman-adv: Remove batadv_ types forward declarations by Sven Eckelmann · 10 years ago
  48. 383b863 batman-adv: rename batadv_new_tt_req_node to batadv_tt_req_node_new by Marek Lindner · 10 years ago
  49. 433ff98f batman-adv: update kernel doc of batadv_tt_global_del_orig_entry() by Marek Lindner · 10 years ago
  50. 4f248cf batman-adv: Remove multiple assignment per line by Sven Eckelmann · 10 years ago
  51. 3447382 batman-adv: Fix kerneldoc over 80 column lines by Sven Eckelmann · 10 years ago
  52. 6b5e971 batman-adv: Replace C99 int types with kernel type by Sven Eckelmann · 10 years ago
  53. 92b78af ila: Precompute checksum difference for translations by Tom Herbert · 10 years ago
  54. 127eb7c lwt: Add cfg argument to build_state by Tom Herbert · 10 years ago
  55. 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
  56. 2be80c2 tipc: fix stale link problem during synchronization by Jon Paul Maloy · 10 years ago
  57. 5ae2f8e tipc: interrupt link synchronization when a link goes down by Jon Paul Maloy · 10 years ago
  58. 17b2063 tipc: eliminate risk of premature link setup during failover by Jon Paul Maloy · 10 years ago
  59. 2701366 fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks by Tom Herbert · 10 years ago
  60. b7fe10e gro: Fix remcsum offload to deal with frags in GRO by Tom Herbert · 10 years ago
  61. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  62. a9e01ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  63. 81bf1c6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 10 years ago
  64. 32a2b00 ipv6: route: per route IP tunnel metadata via lightweight tunnel by Jiri Benc · 10 years ago
  65. 904af04 ipv6: route: extend flow representation with tunnel key by Jiri Benc · 10 years ago
  66. ab45060 ipv6: ndisc: inherit metadata dst when creating ndisc requests by Jiri Benc · 10 years ago
  67. 06e9d04 ipv6: drop metadata dst in ip6_route_input by Jiri Benc · 10 years ago
  68. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 10 years ago
  69. 7c383fb ip_tunnels: use tos and ttl fields also for IPv6 by Jiri Benc · 10 years ago
  70. c1ea5d6 ip_tunnels: add IPv6 addresses to ip_tunnel_key by Jiri Benc · 10 years ago
  71. 4c9bcd1 net: Fix nexthop lookups by David Ahern · 10 years ago
  72. eb4cb85 bridge: fix netlink max attr size by Scott Feldman · 10 years ago
  73. e01286e ipv4: Make fib_encap_match static by Ying Xue · 10 years ago
  74. 29e7692 nfc: netlink: Add capability to reply to vendor_cmd with data by Christophe Ricard · 10 years ago
  75. 5a9e0ff nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter by Christophe Ricard · 10 years ago
  76. 025a0cb NFC: nci: export nci_core_reset and nci_core_init by Robert Baldyga · 10 years ago
  77. fdf79bd NFC: nci: Add post_setup handler by Robert Baldyga · 10 years ago
  78. 18041e3 vrf: vrf_master_ifindex_rcu is not always called with rcu read lock by Nikolay Aleksandrov · 10 years ago
  79. 8cfd23e netfilter: nft_payload: work around vlan header stripping by Florian Westphal · 10 years ago
  80. 2d7984990 lwtunnel: ip tunnel: fix multiple routes with different encap by Jiri Benc · 10 years ago
  81. df383e6 lwtunnel: fix memory leak by Jiri Benc · 10 years ago
  82. fd7dec2 batman-adv: Fix memory leak on tt add with invalid vlan by Sven Eckelmann · 10 years ago
  83. 1e72e6f net: dsa: Allow multi hop routes to be expressed by Andrew Lunn · 10 years ago
  84. 348e343 net: sched: drop all special handling of tx_queue_len == 0 by Phil Sutter · 10 years ago
  85. 906470c net: warn if drivers set tx_queue_len = 0 by Phil Sutter · 10 years ago
  86. 4676a15 net: caif: convert to using IFF_NO_QUEUE by Phil Sutter · 10 years ago
  87. 9ad09c5 net: hsr: convert to using IFF_NO_QUEUE by Phil Sutter · 10 years ago
  88. cdf7370 net: batman-adv: convert to using IFF_NO_QUEUE by Phil Sutter · 10 years ago
  89. 0a5f107 net: dsa: convert to using IFF_NO_QUEUE by Phil Sutter · 10 years ago
  90. 4afbc0d net: 6lowpan: convert to using IFF_NO_QUEUE by Phil Sutter · 10 years ago
  91. ccecb2a net: bridge: convert to using IFF_NO_QUEUE by Phil Sutter · 10 years ago
  92. 2e659c0 net: 8021q: convert to using IFF_NO_QUEUE by Phil Sutter · 10 years ago
  93. 65d7ab8 net: Identifier Locator Addressing module by Tom Herbert · 10 years ago
  94. abc5d1f net: Add inet_proto_csum_replace_by_diff utility function by Tom Herbert · 10 years ago
  95. 4b048d6 net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool by Tom Herbert · 10 years ago
  96. 2536862 lwt: Add support to redirect dst.input by Tom Herbert · 10 years ago
  97. 5e8018f netfilter: nf_conntrack: add efficient mark to zone mapping by Daniel Borkmann · 10 years ago
  98. deedb59 netfilter: nf_conntrack: add direction support for zones by Daniel Borkmann · 10 years ago
  99. dc028da inet: Move VRF table lookup to inlined function by David Ahern · 10 years ago
  100. 0aa65cc Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago