]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/history - net
netfilter: conntrack: remove unused netns_ct member
[mirror_ubuntu-artful-kernel.git] / net /
2016-11-10 kbuild test robotnetfilter: ipset: hash: fix boolreturn.cocci warnings
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: use setup_timer() and mod_timer().
2016-11-10 Tomasz Chilinskinetfilter: ipset: hash:ipmac type support added to...
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Fix reported memory size for hash...
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Collapse same condition body to a...
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Make struct htype per ipset family
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Optimize hash creation routine
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Make sure element data size is a...
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Make NLEN compile time constant for...
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Simplify mtype_expire() for hash...
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Remove redundant mtype_expire() arguments
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Count non-static extension memory...
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Add element count to all set types...
2016-11-10 Eric B Munsonnetfilter: ipset: Add element count to hash headers
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Separate memsize calculation code...
2016-11-10 Jozsef Kadlecsiknetfilter: ipset: Improve skbinfo get/init helpers
2016-11-09 Arnd Bergmannnetfilter: conntrack: fix NF_REPEAT handling
2016-11-09 Arnd Bergmannudp: provide udp{4,6}_lib_lookup for nf_socket_ipv...
2016-11-09 Davide Carattinetfilter: conntrack: simplify init/uninit of L4 protoc...
2016-11-09 Liping Zhangnetfilter: nf_tables: simplify the basic expressions...
2016-11-09 Pablo Neira Ayusonetfilter: nft_hash: get random bytes if seed is not...
2016-11-03 Pablo Neira Ayusonetfilter: handle NF_REPEAT from nf_conntrack_in()
2016-11-03 Pablo Neira Ayusonetfilter: merge nf_iterate() into nf_hook_slow()
2016-11-03 Pablo Neira Ayusonetfilter: remove hook_entries field from nf_hook_state
2016-11-03 Pablo Neira Ayusonetfilter: use switch() to handle verdict cases from...
2016-11-03 Pablo Neira Ayusonetfilter: nf_tables: use hook state from xt_action_par...
2016-11-03 Pablo Neira Ayusonetfilter: x_tables: move hook state into xt_action_par...
2016-11-03 Pablo Neira Ayusonetfilter: deprecate NF_STOP
2016-11-03 Pablo Neira Ayusonetfilter: kill NF_HOOK_THRESH() and state->tresh
2016-11-03 Pablo Neira Ayusonetfilter: remove comments that predate rcu days
2016-11-03 Pablo Neira Ayusonetfilter: get rid of useless debugging from core
2016-11-02 Tom Herbertila: Fix crash caused by rhashtable changes
2016-11-02 Cyrill Gorcunovnet: ip, diag -- Adjust raw_abort to use unlocked __udp...
2016-11-02 Eric Dumazettcp: enhance tcp collapsing
2016-11-02 Xin Longsctp: clean up sctp_packet_transmit
2016-11-02 David S. MillerMerge branch 'cls_flower-misc'
2016-11-02 Roi Dayannet/sched: cls_flower: merge filter delete/destroy...
2016-11-02 Roi Dayannet/sched: cls_flower: add missing unbind call when...
2016-11-02 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2016-11-01 Florian Westphalnetfilter: nf_queue: place volatile data in own cacheline
2016-11-01 Liping Zhangnetfilter: nf_tables: remove useless U8_MAX validation
2016-11-01 Anders K. Pedersennetfilter: nf_tables: introduce routing expression
2016-11-01 Pablo Neira Ayusonetfilter: move socket lookup infrastructure to nf_sock...
2016-11-01 Pablo Neira Ayusonetfilter: nf_log: add packet logging for netdev family
2016-11-01 Florian Westphalnetfilter: nf_tables: add fib expression
2016-11-01 Wei Yongjungenetlink: fix error return code in genl_register_family()
2016-11-01 David Ahernnet: Enable support for VRF with ipv4 multicast
2016-11-01 David S. MillerMerge branch 'tipc-socket-layer-improvements'
2016-11-01 Parthasarathy Bhuv... tipc: remove SS_CONNECTED sock state
2016-11-01 Parthasarathy Bhuv... tipc: create TIPC_CONNECTING as a new sk_state
2016-11-01 Parthasarathy Bhuv... tipc: remove SS_DISCONNECTING state
2016-11-01 Parthasarathy Bhuv... tipc: create TIPC_DISCONNECTING as a new sk_state
2016-11-01 Parthasarathy Bhuv... tipc: create TIPC_OPEN as a new sk_state
2016-11-01 Parthasarathy Bhuv... tipc: create TIPC_ESTABLISHED as a new sk_state
2016-11-01 Parthasarathy Bhuv... tipc: create TIPC_LISTEN as a new sk_state
2016-11-01 Parthasarathy Bhuv... tipc: remove socket state SS_READY
2016-11-01 Parthasarathy Bhuv... tipc: remove probing_intv from tipc_sock
2016-11-01 Parthasarathy Bhuv... tipc: remove tsk->connected from tipc_sock
2016-11-01 Parthasarathy Bhuv... tipc: remove tsk->connected for connectionless sockets
2016-11-01 Parthasarathy Bhuv... tipc: rename tsk->remote to tsk->peer for consistent...
2016-11-01 Parthasarathy Bhuv... tipc: rename struct tipc_skb_cb member handle to bytes_read
2016-11-01 Parthasarathy Bhuv... tipc: set kern=0 in sk_alloc() during tipc_accept()
2016-11-01 Parthasarathy Bhuv... tipc: wakeup sleeping users at disconnect
2016-11-01 Parthasarathy Bhuv... tipc: return early for non-blocking sockets at link...
2016-10-31 David S. MillerMerge branch 'bridge-PIM-hello'
2016-10-31 Nikolay Aleksandrovbridge: mcast: add router port on PIM hello message
2016-10-31 Nikolay Aleksandrovnet: pim: add all RFC7761 message types
2016-10-31 David S. MillerMerge branch 'xps-DCB'
2016-10-31 Alexander Duycknet: Add support for XPS with QoS via traffic classes
2016-10-31 Alexander Duycknet: Refactor removal of queues from XPS map and apply...
2016-10-31 Alexander Duycknet: Add sysfs value to determine queue traffic class
2016-10-31 Alexander Duycknet: Move functions for configuring traffic classes...
2016-10-31 Andrey Vaginnet: add an ioctl to get a socket network namespace
2016-10-30 David S. MillerMerge tag 'shared-for-4.10-1' of git://git.kernel.org...
2016-10-30 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2016-10-30 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2016-10-30 pravin shelargenetlink: Fix generic netlink family unregister
2016-10-29 David S. MillerMerge tag 'mac80211-next-for-davem-2016-10-28' of git...
2016-10-29 Jon Paul Maloytipc: fix broadcast link synchronization problem
2016-10-29 David S. MillerMerge branch '40GbE' of git://git.kernel.org/pub/scm...
2016-10-29 Neal Cardwelltcp_bbr: add a state transition diagram and accompanyin...
2016-10-29 David S. MillerMerge tag 'batadv-next-for-davem-20161027' of git:...
2016-10-29 David S. MillerMerge branch '40GbE' of git://git.kernel.org/pub/scm...
2016-10-29 shamir rabinovitchrds: debug messages are enabled by default
2016-10-29 David S. MillerMerge tag 'mac80211-for-davem-2016-10-27' of git:/...
2016-10-29 David Ahernnet: dev: Fix non-RCU based lower dev walker
2016-10-29 Florian Westphalflow_dissector: __skb_get_hash_symmetric arg can be...
2016-10-29 Eric Dumazettcp/dccp: drop SYN packets if accept queue is full
2016-10-29 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git.kernel.org/pub...
2016-10-29 David S. MillerMerge tag 'batadv-net-for-davem-20161026' of git:/...
2016-10-29 Willem de Bruijnpacket: on direct_xmit, limit tso and csum to supported...
2016-10-29 Johannes Bergnet_sched actions: use nla_parse_nested()
2016-10-29 Ido Schimmelswitchdev: Remove redundant variable
2016-10-29 Thomas Grafnetlink: Add nla_memdup() to wrap kmemdup() use on...
2016-10-29 Arnd Bergmannnet: ip, diag: include net/inet_sock.h
2016-10-29 Eli Cooperip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_t...
2016-10-29 Linus TorvaldsMerge tag 'staging-4.9-rc3' of git://git.kernel.org...
2016-10-29 Linus TorvaldsMerge tag 'usb-4.9-rc3' of git://git.kernel.org/pub...
2016-10-29 Craig Gallekinet: Fix missing return value in inet6_hash
2016-10-29 Marcelo Ricardo... sctp: validate chunk len before actually using it
next