1. 8bd63cf bridge: move mac header copying into br_netfilter by Florian Westphal · 10 years ago
  2. 1cae565 netfilter: nf_tables: limit maximum table name length to 32 bytes by Pablo Neira Ayuso · 10 years ago
  3. f04e599 netfilter: nf_tables: consolidate Kconfig options by Pablo Neira Ayuso · 10 years ago
  4. 354bf5a netfilter: nf_tables: consolidate tracing invocations by Patrick McHardy · 10 years ago
  5. 01ef16c netfilter: nf_tables: minor tracing cleanups by Patrick McHardy · 10 years ago
  6. 43270b1 netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_cluster by Pablo Neira Ayuso · 10 years ago
  7. 72500bc netfilter: bridge: rework reject handling by Florian Westphal · 10 years ago
  8. ee586bb netfilter: reject: don't send icmp error if csum is invalid by Florian Westphal · 10 years ago
  9. 435e8eb neigh: Don't require a dst in neigh_resolve_output by Eric W. Biederman · 10 years ago
  10. bdf53c5 neigh: Don't require dst in neigh_hh_init by Eric W. Biederman · 10 years ago
  11. 59b2af2 arp: Kill arp_find by Eric W. Biederman · 10 years ago
  12. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 10 years ago
  13. 945db42 ax25: Stop depending on arp_find by Eric W. Biederman · 10 years ago
  14. abb7b75 ax25: Stop calling/abusing dev_rebuild_header by Eric W. Biederman · 10 years ago
  15. def6775 neigh: Move neigh_compat_output into ax25_ip.c by Eric W. Biederman · 10 years ago
  16. 21bfb8e arp: Remove special case to give AX25 it's open arp operations. by Eric W. Biederman · 10 years ago
  17. 3b6a94b ax25: Refactor to use private neighbour operations. by Eric W. Biederman · 10 years ago
  18. 46d4e47 ax25: Make ax25_header and ax25_rebuild_header static by Eric W. Biederman · 10 years ago
  19. 03ec2ac rose: Transmit packets in rose_xmit not rose_rebuild_header by Eric W. Biederman · 10 years ago
  20. b753af3 rose: Set the destination address in rose_header by Eric W. Biederman · 10 years ago
  21. e18dbd0 ax25: In ax25_rebuild_header add missing kfree_skb by Eric W. Biederman · 10 years ago
  22. 77f0379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  23. 49b31e5 filter: refactor common filter attach code into __sk_attach_prog by Daniel Borkmann · 10 years ago
  24. 70c836a4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
  25. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  26. 39a0295 tipc: Don't use iocb argument in socket layer by Ying Xue · 10 years ago
  27. 5f15893 netfilter: nft_compat: add support for arptables extensions by Arturo Borrero · 10 years ago
  28. 744d5a3 net: move skb->dropcount to skb->cb[] by Eyal Birger · 10 years ago
  29. 3bc3b96 net: add common accessor for setting dropcount on packets by Eyal Birger · 10 years ago
  30. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 10 years ago
  31. 2472d76 net: packet: use sockaddr_ll fields as storage for skb original length in recvmsg path by Eyal Birger · 10 years ago
  32. 2cfdf9f net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp() by Eyal Birger · 10 years ago
  33. 6368c23 net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields by Eyal Birger · 10 years ago
  34. 49a6fe0 net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl by Eyal Birger · 10 years ago
  35. e2e9b65 cls_bpf: add initial eBPF support for programmable classifiers by Daniel Borkmann · 10 years ago
  36. 24701ec ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux by Daniel Borkmann · 10 years ago
  37. 96be432 ebpf: add sched_cls_type and map it to sk_filter's verifier ops by Daniel Borkmann · 10 years ago
  38. d4052c4 ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter code by Daniel Borkmann · 10 years ago
  39. a2c83ff ebpf: constify various function pointer structs by Daniel Borkmann · 10 years ago
  40. 74abc20 tcp: cleanup static functions by Eric Dumazet · 10 years ago
  41. a0ea700 tcp: tso: allow CA_CWR state in tcp_tso_should_defer() by Eric Dumazet · 10 years ago
  42. 50c8339 tcp: tso: restore IW10 after TSO autosizing by Eric Dumazet · 10 years ago
  43. 5f852eb tcp: tso: remove tp->tso_deferred by Eric Dumazet · 10 years ago
  44. d76a436 tipc: make media address offset a common define by Erik Hugne · 10 years ago
  45. 91e2eb5 tipc: rename media/msg related definitions by Erik Hugne · 10 years ago
  46. afaa3f6 tipc: purge links when bearer is disabled by Erik Hugne · 10 years ago
  47. 7fe8097 tipc: fix nullpointer bug when subscribing to events by Erik Hugne · 10 years ago
  48. 3622c36 tipc: only create header copy for name distr messages by Erik Hugne · 10 years ago
  49. 79e5ad2 fib_trie: Remove leaf_info by Alexander Duyck · 10 years ago
  50. 9b6ebad fib_trie: Add slen to fib alias by Alexander Duyck · 10 years ago
  51. 5786ec6 fib_trie: Replace plen with slen in leaf_info by Alexander Duyck · 10 years ago
  52. 56315f9 fib_trie: Convert fib_alias to hlist from list by Alexander Duyck · 10 years ago
  53. 93a714d multicast: Extend ip address command to enable multicast group join/leave on by Madhu Challa · 10 years ago
  54. 46a4dee igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop by Madhu Challa · 10 years ago
  55. 723b8e4 udp: In udp_flow_src_port use random hash value if skb_get_hash fails by Tom Herbert · 10 years ago
  56. 9391976 Bluetooth: make hci_test_bit's addr const by Jiri Slaby · 10 years ago
  57. 4cd3928 Bluetooth: Update New CSRK event to match latest specification by Johan Hedberg · 10 years ago
  58. fed0a15 bridge: fix link notification skb size calculation to include vlan ranges by Roopa Prabhu · 10 years ago
  59. d79d210 net: dsa: Introduce dsa_is_port_initialized by Guenter Roeck · 10 years ago
  60. b73adef net: dsa: integrate with SWITCHDEV for HW bridging by Florian Fainelli · 10 years ago
  61. d87d6f4 net: dsa: Ensure that port array elements are initialized before being used by Guenter Roeck · 10 years ago
  62. d752c36 ipvs: allow rescheduling of new connections when port reuse is detected by Marcelo Ricardo Leitner · 10 years ago
  63. 49e64dc ipv6: remove dead debug code from ip6_tunnel.c by Ian Morris · 10 years ago
  64. b7853d7 bridge: add vlan info to bridge setlink and dellink notification messages by Roopa Prabhu · 10 years ago
  65. e099b2d net: __aligned(size) is preferred over __attribute__((aligned(size))) by Ameen Ali · 10 years ago
  66. 92b8391 batman-adv: Fix use of seq_has_overflowed() by Joe Perches · 10 years ago
  67. 059a244 net: Remove state argument from skb_find_text() by Bojan Prtvar · 10 years ago
  68. d340c86 ethtool: use "ops" name consistenty in ethtool_set_rxfh() by Dan Carpenter · 10 years ago
  69. 29778be ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" by Alex W Slater · 10 years ago
  70. 959d10f igmp: add __ip_mc_{join|leave}_group() by Eric Dumazet · 10 years ago
  71. 6d91147 batman-adv: Remove uses of return value of seq_printf by Joe Perches · 10 years ago
  72. db2855a tcp: silence registration message by stephen hemminger · 10 years ago
  73. 03f310e Bluetooth: Remove unnecessary queue_monitor_skb() function by Johan Hedberg · 10 years ago
  74. 7129069 Bluetooth: Rename hci_send_to_control to hci_send_to_channel by Johan Hedberg · 10 years ago
  75. 39e3e74 Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creation by Johan Hedberg · 10 years ago
  76. a2cb01d Bluetooth: Fix checking for pending Set SSP in Set HS handler by Johan Hedberg · 10 years ago
  77. 94d52da Bluetooth: Remove bogus check for pending mgmt Set HS command by Johan Hedberg · 10 years ago
  78. 3a6d576 Bluetooth: Convert disconn_cfm to be triggered through hci_cb by Johan Hedberg · 10 years ago
  79. 539c496 Bluetooth: Convert connect_cfm to be triggered through hci_cb by Johan Hedberg · 10 years ago
  80. 354fe80 Bluetooth: Convert L2CAP security callback to use hci_cb by Johan Hedberg · 10 years ago
  81. fba7ecf Bluetooth: Convert hci_cb_list_lock to a mutex by Johan Hedberg · 10 years ago
  82. 00629e0 Bluetooth: Add new hci_cb entries to the tail rather than the head by Johan Hedberg · 10 years ago
  83. f5af19d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  84. 1933492 net: dsa: Set valid phy interface type by Guenter Roeck · 10 years ago
  85. 0af801b Bluetooth: Fix AMP init for certain AMP controllers by Johan Hedberg · 10 years ago
  86. 315917e Bluetooth: Fix accepting early data on fixed channels by Johan Hedberg · 10 years ago
  87. 035a07d Bluetooth: Provide option to enable/disable debugfs information by Marcel Holtmann · 10 years ago
  88. 7afb888 rtnetlink: call ->dellink on failure when ->newlink exists by WANG Cong · 10 years ago
  89. 87e2a02 Bluetooth: Make __next_ident function static. by Marcel Holtmann · 10 years ago
  90. bc333cc Bluetooth: Make a2mp_send function static by Marcel Holtmann · 10 years ago
  91. 469cd4c Bluetooth: Make amp_mgr_lookup_by_state function static by Marcel Holtmann · 10 years ago
  92. 59d4d08 Bluetooth: Make amp_mgr_list and amp_mgr_list_lock static by Marcel Holtmann · 10 years ago
  93. 055540a Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP source by Marcel Holtmann · 10 years ago
  94. ca9f1fd net: spelling fixes by Stephen Hemminger · 10 years ago
  95. 4a26e453 net/core: Fix warning while make xmldocs caused by dev.c by Masanari Iida · 10 years ago
  96. 3b47117 ipv6: fix ipv6_cow_metrics for non DST_HOST case by Martin KaFai Lau · 10 years ago
  97. 26ad0b8 openvswitch: Fix key serialization. by Pravin B Shelar · 10 years ago
  98. a44fecb Bluetooth: Add shutdown callback before closing the device by Tedd Ho-Jeong An · 10 years ago
  99. ff0fcc2 6lowpan: nhc: add other known rfc6282 compressions by Alexander Aring · 10 years ago
  100. cc6ed26 6lowpan: add udp compression via nhc layer by Alexander Aring · 10 years ago