1. d484fc3 ipvs: Use state->net in the ipvs forward functions by Eric W. Biederman · 9 years ago
  2. 717e917 ipvs: Don't use current in proc_do_defense_mode by Eric W. Biederman · 9 years ago
  3. 1daea8e ipvs: Hoist computation of ipvs earlier in sctp_conn_schedule by Eric W. Biederman · 9 years ago
  4. 99cb99a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  5. f9b9958 tcp: send loss probe after 1s if no RTT available by Yuchung Cheng · 9 years ago
  6. 0f1c28a tcp: usec resolution SYN/ACK RTT by Yuchung Cheng · 9 years ago
  7. 91e60eb s390/iucv: do not use arrays as argument by Ursula Braun · 9 years ago
  8. 5dcd246 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  9. 22a3f9a rxrpc: Replace get_seconds with ktime_get_seconds by Ksenija Stanojevic · 9 years ago
  10. 0a031ac5 netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6 by Eric W. Biederman · 9 years ago
  11. c7af648 netfilter: Pass net into nf_xfrm_me_harder by Eric W. Biederman · 9 years ago
  12. 06198b3 netfilter: Pass priv instead of nf_hook_ops to netfilter hooks by Eric W. Biederman · 9 years ago
  13. 176971b ipvs: Read hooknum from state rather than ops->hooknum by Eric W. Biederman · 9 years ago
  14. a31f1ad netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple by Eric W. Biederman · 9 years ago
  15. a4ffe31 act_connmark: Remember the struct net instead of guessing it. by Eric W. Biederman · 9 years ago
  16. 206e8c0 netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6 by Eric W. Biederman · 9 years ago
  17. 88182a0 netfilter: nf_tables: Use pkt->net instead of computing net from the passed net_devices by Eric W. Biederman · 9 years ago
  18. 686c9b5 netfilter: x_tables: Use par->net instead of computing from the passed net devices by Eric W. Biederman · 9 years ago
  19. 156c196 netfilter: x_tables: Pass struct net in xt_action_param by Eric W. Biederman · 9 years ago
  20. 6aa187f netfilter: nf_tables: kill nft_pktinfo.ops by Eric W. Biederman · 9 years ago
  21. 082a758 inet netfilter: Prefer state->hook to ops->hooknum by Eric W. Biederman · 9 years ago
  22. 6cb8ff3f1 inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table by Eric W. Biederman · 9 years ago
  23. 97b59c3 netfilter: ebtables: Simplify the arguments to ebt_do_table by Eric W. Biederman · 9 years ago
  24. 36aea58 Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 9 years ago
  25. 6818375 Bluetooth: Fix reporting incorrect EIR in device found mgmt event by Szymon Janc · 9 years ago
  26. e781b7f Bluetooth: Add BT_ERR_RATELIMITED by Szymon Janc · 9 years ago
  27. 47bbbb3 sch_dsmark: improve memory locality by Eric Dumazet · 9 years ago
  28. bde6f9d net: Initialize table in fib result by David Ahern · 9 years ago
  29. 27b29f6 bpf: add bpf_redirect() helper by Alexei Starovoitov · 9 years ago
  30. 045efa8 cls_bpf: introduce integrated actions by Daniel Borkmann · 9 years ago
  31. f6c5333 net: only check perm protocol when register proto by Junwei Zhang · 9 years ago
  32. 58d607d tcp: provide skb->hash to synack packets by Eric Dumazet · 9 years ago
  33. be10de0 netfilter: Add blank lines in callers of netfilter hooks by Eric W. Biederman · 9 years ago
  34. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  35. 9dff2c9 netfilter: Use nf_hook_state.net by Eric W. Biederman · 9 years ago
  36. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  37. 04eb448 bridge: Add br_netif_receive_skb remove netif_receive_skb_sk by Eric W. Biederman · 9 years ago
  38. f2d74cf bridge: Cache net in br_nf_pre_routing_finish by Eric W. Biederman · 9 years ago
  39. 6532948 bridge: Pass net into br_nf_push_frag_xmit by Eric W. Biederman · 9 years ago
  40. 8d4df0b9 bridge: Pass net into br_nf_ip_fragment by Eric W. Biederman · 9 years ago
  41. adb28c9 ipv6: Compute net once in raw6_send_hdrinc by Eric W. Biederman · 9 years ago
  42. 19a0644 ipv6: Cache net in ip6_output by Eric W. Biederman · 9 years ago
  43. 78126c4 ipv6: Only compute net once in ip6_finish_output2 by Eric W. Biederman · 9 years ago
  44. 9865249 ipv6: Don't recompute net in ip6_rcv by Eric W. Biederman · 9 years ago
  45. 2b4aa3c net: Remove dev_queue_xmit_sk by Eric W. Biederman · 9 years ago
  46. 1f19c57 bridge: Introduce br_send_bpdu_finish by Eric W. Biederman · 9 years ago
  47. f9e4306 arp: Introduce arp_xmit_finish by Eric W. Biederman · 9 years ago
  48. 244ba77 ipv6: Only compute net once in ip6mr_forward2_finish by Eric W. Biederman · 9 years ago
  49. 758ccac ipv4: Only compute net once in ipmr_forward_finish by Eric W. Biederman · 9 years ago
  50. 38184b3 ipv4: Only compute net once in ip_rcv_finish by Eric W. Biederman · 9 years ago
  51. 4ba1bf4 ipv4: Only compute net once in ip_finish_output2 by Eric W. Biederman · 9 years ago
  52. 9479b0a ipv4: Explicitly compute net in ip_fragment by Eric W. Biederman · 9 years ago
  53. 26a949d ipv4: Only compute net once in ip_do_fragment by Eric W. Biederman · 9 years ago
  54. cc4c851 ipv4: Don't recompute net in ipmr_queue_xmit by Eric W. Biederman · 9 years ago
  55. 88f5cc2 ipv4: Remember the net in ip_output and ip_mc_output by Eric W. Biederman · 9 years ago
  56. e707766 ipv4: Compute net once in ip_rcv by Eric W. Biederman · 9 years ago
  57. f8e1ac7 ipv4: Compute net once in ip_forward_finish by Eric W. Biederman · 9 years ago
  58. fcad0ac ipv4: Compute net once in ip_forward by Eric W. Biederman · 9 years ago
  59. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  60. a6568b2 xfrm: Remove unused afinfo method init_dst by Eric W. Biederman · 9 years ago
  61. c4047f5 net-sysfs: get_netdev_queue_index() cleanup by Thadeu Lima de Souza Cascardo · 9 years ago
  62. c5080d4 Bluetooth: Fix typo in smp_ah comment for hash function by Marcel Holtmann · 9 years ago
  63. a1d8d9a5 ieee802154: 6lowpan: use correct ESC value for dispatch by Stefan Schmidt · 9 years ago
  64. 776857a ieee802154: 6lowpan: fix drop return value by Alexander Aring · 9 years ago
  65. 187625e ieee802154: 6lowpan: remove tx full-size calc workaround by Alexander Aring · 9 years ago
  66. 0c43496 ieee802154: 6lowpan: remove packet type to host by Alexander Aring · 9 years ago
  67. 54552d0 ieee802154: 6lowpan: check on valid 802.15.4 frame by Alexander Aring · 9 years ago
  68. c6fdbba ieee802154: 6lowpan: add check for reserved dispatch by Alexander Aring · 9 years ago
  69. ad66360 ieee802154: 6lowpan: add handler for all dispatch values by Alexander Aring · 9 years ago
  70. faf7d36 ieee802154: 6lowpan: add generic lowpan header check by Alexander Aring · 9 years ago
  71. 72a5e6b ieee820154: 6lowpan: dispatch evaluation rework by Alexander Aring · 9 years ago
  72. f801cf4 ieee802154: 6lowpan: earlier skb->dev switch by Alexander Aring · 9 years ago
  73. 742c3af ieee802154: 6lowpan: trivial checks at first by Alexander Aring · 9 years ago
  74. ad23d5b ieee802154: 6lowpan: cleanup pull of iphc bytes by Alexander Aring · 9 years ago
  75. 989d433 ieee802154: 6lowpan: change if lowpan dev is running by Alexander Aring · 9 years ago
  76. 348a882 ieee802154: 6lowpan: remove EXPORT_SYMBOL by Alexander Aring · 9 years ago
  77. 56aeadd ieee802154: 6lowpan: remove set to zero by Alexander Aring · 9 years ago
  78. 2c88b52 ieee802154: 6lowpan: remove check on null by Alexander Aring · 9 years ago
  79. 90997af ieee802154: 6lowpan: register packet layer while open by Alexander Aring · 9 years ago
  80. f460658 ieee802154: 6lowpan: change dev vars to wdev and ldev by Alexander Aring · 9 years ago
  81. 6b3cc1d Bluetooth: close HCI device when user channel socket gets closed by Simon Fels · 9 years ago
  82. e81be90 Bluetooth: Use BROKEN_STORED_LINK_KEY quirk for HCI_Read_Stored_Link_Key by Johan Hedberg · 9 years ago
  83. 4e47809 ipvs: add sysctl to ignore tunneled packets by Alex Gartrell · 9 years ago
  84. d5566fd rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats by Sowmini Varadhan · 9 years ago
  85. c36ba66 net: Allow user to get table id from route lookup by David Ahern · 9 years ago
  86. b7503e0 net: Add FIB table id to rtable by David Ahern · 9 years ago
  87. d08c4f3 net: Refactor rtable initialization by David Ahern · 9 years ago
  88. 65c61bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  89. 3092752 tcp_cubic: better follow cubic curve after idle period by Eric Dumazet · 9 years ago
  90. 05c5a46 tcp: generate CA_EVENT_TX_START on data frames by Neal Cardwell · 9 years ago
  91. 6bb0fef netlink, mmap: fix edge-case leakages in nf queue zero-copy by Daniel Borkmann · 9 years ago
  92. a66e365 netlink, mmap: don't walk rx ring on poll if receive queue non-empty by Daniel Borkmann · 9 years ago
  93. 52fe51f ipv6: fix ifnullfree.cocci warnings by Wu Fengguang · 9 years ago
  94. f53de1e net: ipv6: use common fib_default_rule_pref by Phil Sutter · 9 years ago
  95. 6b9ea5a ipv6: fix multipath route replace error recovery by Roopa Prabhu · 9 years ago
  96. 74e98eb RDS: verify the underlying transport exists before creating a connection by Sasha Levin · 9 years ago
  97. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  98. 7845989 net: tipc: fix stall during bclink wakeup procedure by Kolmakov Dmitriy · 9 years ago
  99. 7a577f0 net: bridge: remove unnecessary switchdev include by Vivien Didelot · 9 years ago
  100. bf361ad net: bridge: check __vlan_vid_del for error by Vivien Didelot · 9 years ago