1. 41416f2 lib/string_helpers.c: change semantics of string_escape_mem by Rasmus Villemoes · 9 years ago
  2. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  3. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  4. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  5. 4167e9b mm: remove GFP_THISNODE by David Rientjes · 9 years ago
  6. bae97d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  7. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  8. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  9. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  10. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  11. 6e8a9d9 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 9 years ago
  12. 789f558 tcp/dccp: get rid of central timewait timer by Eric Dumazet · 9 years ago
  13. 20a1d16 netfilter: Fix format string of nfnetlink_log proc file by Richard Weinberger · 9 years ago
  14. 6b46f7b netfilter: Fix format string of nfnetlink_queue proc file by Richard Weinberger · 9 years ago
  15. cc6bc44 netfilter: Fix portid types by Richard Weinberger · 9 years ago
  16. 65bc4f9 nfc: Fix portid type in urelease_work by Richard Weinberger · 9 years ago
  17. 97bb43c netfilter: nf_tables: get rid of the expression example code by Pablo Neira Ayuso · 9 years ago
  18. 3e135cd netfilter: nft_dynset: dynamic stateful expression instantiation by Patrick McHardy · 9 years ago
  19. 7c6c6e9 netfilter: nf_tables: add flag to indicate set contains expressions by Patrick McHardy · 9 years ago
  20. 151d799 netfilter: nf_tables: mark stateful expressions by Patrick McHardy · 9 years ago
  21. f25ad2e netfilter: nf_tables: prepare for expressions associated to set elements by Patrick McHardy · 9 years ago
  22. 0b2d8a7 netfilter: nf_tables: add helper functions for expression handling by Patrick McHardy · 9 years ago
  23. 3d0d26c tcp: fix bogus RTT for CC when retransmissions are acked by Kenneth Klette Jonassen · 9 years ago
  24. 4577139 net: use jump label patching for ingress qdisc in __netif_receive_skb_core by Daniel Borkmann · 9 years ago
  25. 7d74026 netfilter: nf_tables: variable sized set element keys / data by Patrick McHardy · 9 years ago
  26. d0a11fc netfilter: nf_tables: support variable sized data in nft_data_init() by Patrick McHardy · 9 years ago
  27. 49499c3 netfilter: nf_tables: switch registers to 32 bit addressing by Patrick McHardy · 9 years ago
  28. b1c96ed netfilter: nf_tables: add register parsing/dumping helpers by Patrick McHardy · 9 years ago
  29. 8cd8937 netfilter: nf_tables: convert sets to u32 data pointers by Patrick McHardy · 9 years ago
  30. e562d86 netfilter: nf_tables: kill nft_data_cmp() by Patrick McHardy · 9 years ago
  31. fad136e netfilter: nf_tables: convert expressions to u32 register pointers by Patrick McHardy · 9 years ago
  32. 1ca2e17 netfilter: nf_tables: use struct nft_verdict within struct nft_data by Patrick McHardy · 9 years ago
  33. a55e22e netfilter: nf_tables: get rid of NFT_REG_VERDICT usage by Patrick McHardy · 9 years ago
  34. d07db98 netfilter: nf_tables: introduce nft_validate_register_load() by Patrick McHardy · 9 years ago
  35. 27e6d20 netfilter: nf_tables: kill nft_validate_output_register() by Patrick McHardy · 9 years ago
  36. 58f40ab netfilter: nft_lookup: use nft_validate_register_store() to validate types by Patrick McHardy · 9 years ago
  37. 1ec1021 netfilter: nf_tables: rename nft_validate_data_load() by Patrick McHardy · 9 years ago
  38. 45d9bcd netfilter: nf_tables: validate len in nft_validate_data_load() by Patrick McHardy · 9 years ago
  39. e60a9de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  40. 7a6c8c3 fou: implement FOU_CMD_GET by WANG Cong · 9 years ago
  41. 02d793c fou: add network namespace support by WANG Cong · 9 years ago
  42. 4cbcdf2 fou: always use be16 for port by WANG Cong · 9 years ago
  43. 6727063 fou: exit early when parsing config fails by WANG Cong · 9 years ago
  44. 9272f04 fou: avoid calling udp_del_offload() twice by WANG Cong · 9 years ago
  45. 52db70d tcp: do not cache align timewait sockets by Eric Dumazet · 9 years ago
  46. 4e78eb0d Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  47. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  48. 01e97e6 new helper: msg_data_left() by Al Viro · 9 years ago
  49. a2dd379 Merge remote-tracking branch 'dh/afs' into for-davem by Al Viro · 9 years ago
  50. d8725c8 get rid of the size argument of sock_sendmsg() by Al Viro · 9 years ago
  51. 01a3d79 if_link: Add an additional parameter to ifla_vf_info for RSS querying by Vlad Zolotarov · 9 years ago
  52. 78ebb0d rtnetlink: Mark name argument of rtnl_create_link() const by Thomas Graf · 9 years ago
  53. c3d0dac Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  54. b52e692 tcp: md5: fix a typo in tcp_v4_md5_lookup() by Eric Dumazet · 9 years ago
  55. 1e53d5b net: Pass VLAN ID to rtnl_fdb_notify. by Hubert Sokolowski · 9 years ago
  56. b50edd7 tcp: tcp_make_synack() should clear skb->tstamp by Eric Dumazet · 9 years ago
  57. b736a62 udptunnels: Call handle_offloads after inserting vlan tag. by Jesse Gross · 9 years ago
  58. ca69d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  59. 9399bdc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 9 years ago
  60. 634d8ee Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  61. 0fe29fd Bluetooth: Read LE remote features during connection establishment by Marcel Holtmann · 9 years ago
  62. 6aa2481 switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec() by Al Viro · 9 years ago
  63. da18428 net: switch importing msghdr from userland to {compat_,}import_iovec() by Al Viro · 9 years ago
  64. 602bd0e net: switch sendto() and recvfrom() to import_single_range() by Al Viro · 9 years ago
  65. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  66. dd929c1 tcp: do not rearm rsk_timer on FastOpen requests by Eric Dumazet · 9 years ago
  67. 82740b9 Merge tag 'nfc-next-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 9 years ago
  68. 5eeb292 fou: Don't use const __read_mostly by Andi Kleen · 9 years ago
  69. c1f8667 netfilter: Fix switch statement warnings with recent gcc. by David Miller · 9 years ago
  70. 443be0e RDS: make sure not to loop forever inside rds_send_xmit by Sowmini Varadhan · 9 years ago
  71. 1789b2c07 RDS: only use passive connections when addresses match by Sowmini Varadhan · 9 years ago
  72. aadd51a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  73. 1b11287 ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is available by Hannes Frederic Sowa · 9 years ago
  74. 926a882 ipv4: ip_tunnel: use net namespace from rtable not socket by Hannes Frederic Sowa · 9 years ago
  75. 68e942e netfilter: nf_tables: support optional userdata for set elements by Patrick McHardy · 9 years ago
  76. 22fe54d netfilter: nf_tables: add support for dynamic set updates by Patrick McHardy · 9 years ago
  77. 11113e1 netfilter: nf_tables: support different set binding types by Patrick McHardy · 9 years ago
  78. 3dd0673 netfilter: nf_tables: prepare set element accounting for async updates by Patrick McHardy · 9 years ago
  79. 4a8678e netfilter: nf_tables: fix set selection when timeouts are requested by Patrick McHardy · 9 years ago
  80. a1e6795 netfilter: bridge: make BRNF_PKT_TYPE flag a bool by Florian Westphal · 9 years ago
  81. 3eaf402 netfilter: bridge: start splitting mask into public/private chunks by Florian Westphal · 9 years ago
  82. 3833078 netfilter: bridge: add and use nf_bridge_info_get helper by Florian Westphal · 9 years ago
  83. a99074a netfilter: physdev: use helpers by Florian Westphal · 9 years ago
  84. c737b7c netfilter: bridge: add helpers for fetching physin/outdev by Florian Westphal · 9 years ago
  85. e70deec netfilter: bridge: don't use nf_bridge_info data to store mac header by Florian Westphal · 9 years ago
  86. d64d80a netfilter: x_tables: don't extract flow keys on early demuxed sks in socket match by Daniel Borkmann · 9 years ago
  87. 6d00ec0 cfg80211: don't allow disabling WEXT if it's required by Johannes Berg · 9 years ago
  88. 8bc0034 net: remove extra newlines by Sheng Yong · 9 years ago
  89. 2646c83 tcp: RFC7413 option support for Fast Open client by Daniel Lee · 9 years ago
  90. 7f9b838 tcp: RFC7413 option support for Fast Open server by Daniel Lee · 9 years ago
  91. 0ad2a83 netem: Fixes byte backlog accounting for the first of two chained netem instances by Beshay, Joseph · 9 years ago
  92. 40f66c0 Bluetooth: Add local SSP OOB data to OOB ext data mgmt command by Johan Hedberg · 9 years ago
  93. a143c40 netns: allow to dump netns ids by Nicolas Dichtel · 9 years ago
  94. 9a96345 netns: notify netns id events by Nicolas Dichtel · 9 years ago
  95. b111e4e netns: minor cleanup in rtnl_net_getid() by Nicolas Dichtel · 9 years ago
  96. 79b16aa udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). by David Miller · 9 years ago
  97. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  98. 1c984f8 netfilter: Add socket pointer to nf_hook_state. by David Miller · 9 years ago
  99. 2d7cc19 Bluetooth: Remove hci_recv_stream_fragment function by Marcel Holtmann · 9 years ago
  100. 5c7d2dd Bluetooth: Make data pointer of hci_recv_stream_fragment const by Marcel Holtmann · 9 years ago