netfilter: x_tables: add context to know if extension runs from nft_compat
[deliverable/linux.git] / net /
2015-05-15  Pablo Neira Ayusonetfilter: x_tables: add context to know if extension...
2015-05-14  Zhang Chunyunetfilter: xt_MARK: Add ARP support
2015-05-14  Denys Vlasenkonetfilter: ipset: deinline ip_set_put_extensions()
2015-05-14  Florian Westphalnetfilter: bridge: free nf_bridge info on xmit
2015-05-14  Florian Westphalnetfilter: bridge: neigh_head and physoutdev can't...
2015-05-13  Jozsef Kadlecsiknetfilter: ipset: Use better include files in xt_set.c
2015-05-13  Sergey Popovichnetfilter: ipset: Improve preprocessor macros checks
2015-05-13  Sergey Popovichnetfilter: ipset: Fix hashing for ipv6 sets
2015-05-13  Sergey Popovichnetfilter: ipset: Check for comment netlink attribute...
2015-05-13  Sergey Popovichnetfilter: ipset: Return bool values instead of int
2015-05-13  Sergey Popovichnetfilter: ipset: Use HOST_MASK literal to represent...
2015-05-13  Sergey Popovichnetfilter: ipset: Check IPSET_ATTR_PORT only once
2015-05-13  Sergey Popovichnetfilter: ipset: Return ipset error instead of bool
2015-05-13  Sergey Popovichnetfilter: ipset: Preprocessor directices cleanup
2015-05-13  Sergey Popovichnetfilter: ipset: No need to make nomatch bitfield
2015-05-13  Sergey Popovichnetfilter: ipset: Properly calculate extensions offsets...
2015-05-13  Alexander Drozdovnetfilter: ipset: make ip_set_get_ip*_port to use skb_n...
2015-05-13  Jozsef Kadlecsiknetfilter: ipset: Give a better name to a macro in...
2015-05-13  Jozsef Kadlecsiknetfilter: ipset: Fix sparse warning
2015-05-13  Ying Xuenet: make skb_dst_pop routine static
2015-05-13  Alexei Starovoitovpktgen: fix packet generation
2015-05-13  Denys Vlasenkonet: deinline netif_tx_stop_all_queues(), remove WARN_O...
2015-05-12  David S. MillerMerge branch 'switchdev_spring_cleanup'
2015-05-12  Scott Feldmanswitchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature...
2015-05-12  Scott Feldmanswitchdev: convert fib_ipv4_add/del over to switchdev_p...
2015-05-12  Scott Feldmanswitchdev: add new switchdev_port_bridge_getlink
2015-05-12  Scott Feldmanbridge: revert br_dellink change back to original
2015-05-12  Scott Feldmanswitchdev: remove unused switchdev_port_bridge_dellink
2015-05-12  Scott Feldmanswitchdev: add new switchdev_port_bridge_dellink
2015-05-12  Scott Feldmanbridge: restore br_setlink back to original
2015-05-12  Scott Feldmanswitchdev: remove old switchdev_port_bridge_setlink
2015-05-12  Scott Feldmanswitchdev: add new switchdev bridge setlink
2015-05-12  Scott Feldmanswitchdev: introduce switchdev add/del obj ops
2015-05-12  Scott Feldmanswitchdev: convert STP update to switchdev attr set
2015-05-12  Scott Feldmanswitchdev: convert parent_id_get to switchdev attr get
2015-05-12  Scott Feldmanswitchdev: introduce get/set attrs ops
2015-05-12  Jiri Pirkoswitchdev: s/swdev_/switchdev_/
2015-05-12  Jiri Pirkoswitchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SW...
2015-05-12  David Wardnet_sched: gred: add TCA_GRED_LIMIT attribute
2015-05-12  David S. MillerMerge branch 'netdev_page_frags'
2015-05-12  Alexander Duycknet: Add skb_free_frag to replace use of put_page in...
2015-05-12  Alexander Duyckmm/net: Rename and move page fragment handling from...
2015-05-12  Alexander Duycknet: Store virtual address instead of page in netdev_al...
2015-05-12  Alexander Duycknet: Use cached copy of pfmemalloc to avoid accessing...
2015-05-11  Eric Dumazetnet: sched: deprecate enqueue_root()
2015-05-11  David S. MillerMerge branch 'handle_ing_lightweight'
2015-05-11  Daniel Borkmannnet: sched: further simplify handle_ing
2015-05-11  Daniel Borkmannnet: sched: consolidate handle_ing and ing_filter
2015-05-11  David S. MillerMerge branch 'kernel_socket_netns'
2015-05-11  Eric W. Biedermannet: kill sk_change_net and sk_release_kernel
2015-05-11  Eric W. Biedermannetlink: Create kernel netlink sockets in the proper...
2015-05-11  Eric W. Biedermannet: Modify sk_alloc to not reference count the netns...
2015-05-11  Eric W. Biedermannet: Pass kern from net_proto_family.create to sk_alloc
2015-05-11  Eric W. Biedermannet: Add a struct net parameter to sock_create_kern
2015-05-11  Eric W. Biedermantun: Utilize the normal socket network namespace refcou...
2015-05-10  Eric Dumazetcodel: add ce_threshold attribute
2015-05-10  David S. MillerMerge branch 'pktgen-next'
2015-05-10  Alexei Starovoitovpktgen: introduce xmit_mode '<start_xmit|netif_receive>'
2015-05-10  Jesper Dangaard... pktgen: adjust flag NO_TIMESTAMP to be more pktgen...
2015-05-10  David S. MillerMerge branch 'netns-scalability'
2015-05-10  Nicolas Dichtelnetlink: allow to listen "all" netns
2015-05-10  Nicolas Dichtelnetlink: rename private flags and states
2015-05-10  Nicolas Dichtelnetns: use a spin_lock to protect nsid management
2015-05-10  Nicolas Dichtelnetns: notify new nsid outside __peernet2id()
2015-05-10  Nicolas Dichtelnetns: rename peernet2id() to peernet2id_alloc()
2015-05-10  Nicolas Dichtelnetns: always provide the id to rtnl_net_fill()
2015-05-10  Nicolas Dichtelnetns: returns always an id in __peernet2id()
2015-05-10  David S. MillerMerge tag 'linux-can-next-for-4.2-20150506' of git...
2015-05-09  Jason Barontcp: set SOCK_NOSPACE under memory pressure
2015-05-09  David S. MillerMerge branch 'bpf_seccomp'
2015-05-09  Daniel Borkmannseccomp, filter: add and use bpf_prog_create_from_user...
2015-05-09  Daniel Borkmannnet: filter: add __GFP_NOWARN flag for larger kmem...
2015-05-09  Nicolas Schichanseccomp: simplify seccomp_prepare_filter and reuse...
2015-05-09  Nicolas Schichannet: filter: add a callback to allow classic post-verif...
2015-05-09  David S. MillerMerge tag 'mac80211-next-for-davem-2015-05-06' of git...
2015-05-09  David S. MillerMerge branch 'tcp-more-reliable-window-probes'
2015-05-09  Eric Dumazettcp: add TCPWinProbe and TCPKeepAlive SNMP counters
2015-05-09  Eric Dumazettcp: adjust window probe timers to safer values
2015-05-09  Richard Alpetipc: send explicit not supported error in nl compat
2015-05-09  Richard Alpetipc: add broadcast link window set/get to nl api
2015-05-09  Richard Alpetipc: fix default link prop regression in nl compat
2015-05-09  David S. MillerMerge branch 'dsa-next'
2015-05-09  Andrew Lunnnet: dsa: Add lockdep class to tx queues to avoid lockd...
2015-05-06  Johannes Bergmac80211: add missing documentation for rate_ctrl_lock
2015-05-06  Arik Nemtsovcfg80211: change GO_CONCURRENT to IR_CONCURRENT for STA
2015-05-06  Avraham Sterncfg80211: Allow GO concurrent relaxation after BSS...
2015-05-06  Johannes Bergmac80211: validate cipher scheme PN length better
2015-05-06  Johannes Bergmac80211: extend get_key() to return PN for all ciphers
2015-05-06  Johannes Bergmac80211: extend get_tkip_seq to all keys
2015-05-05  David S. MillerMerge branch 'eth_proto_is_802_3'
2015-05-05  Alexander Duyckopenvswitch: Use eth_proto_is_802_3
2015-05-05  Alexander Duyckipv4/ip_tunnel_core: Use eth_proto_is_802_3
2015-05-05  Alexander Duyckebtables: Use eth_proto_is_802_3
2015-05-05  Alexander Duycketherdev: Fix sparse error, make test usable by other...
2015-05-05  Bernhard Thalerbridge: change BR_GROUPFWD_RESTRICTED to allow forwardi...
2015-05-05  Eric Dumazettcp: provide SYN headers for passive connections
2015-05-05  Johannes Bergmac80211: remove useless skb->encapsulation check
2015-05-05  Johannes Bergmac80211: make LED triggering depend on activation
2015-05-05  Johannes Bergmac80211: make LED trigger names const
2015-05-05  Johannes Bergmac80211: clean up station debugfs
next
This page took 0.076691 seconds and 8 git commands to generate.