summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: fix sleeping for sk_wait_event()WANG Cong2016-11-147-60/+59
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-14108-955/+1092
|\
| * netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2016-11-134-31/+31
| * netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot2016-11-101-4/+4
| * netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik2016-11-103-15/+6
| * netfilter: ipset: hash:ipmac type support added to ipsetTomasz Chilinski2016-11-103-0/+325
| * netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik2016-11-101-7/+9
| * netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik2016-11-101-7/+1
| * netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik2016-11-1011-74/+63
| * netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik2016-11-101-34/+29
| * netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik2016-11-101-2/+8
| * netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik2016-11-101-28/+23
| * netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik2016-11-101-13/+12
| * netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik2016-11-101-4/+5
| * netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik2016-11-104-17/+21
| * netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik2016-11-103-13/+24
| * netfilter: ipset: Add element count to hash headersEric B Munson2016-11-101-1/+2
| * netfilter: ipset: Separate memsize calculation code into dedicated functionJozsef Kadlecsik2016-11-102-7/+27
| * netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2016-11-102-11/+13
| * netfilter: conntrack: fix NF_REPEAT handlingArnd Bergmann2016-11-101-10/+8
| * udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann2016-11-102-2/+4
| * netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti2016-11-097-233/+165
| * netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang2016-11-099-150/+34
| * netfilter: nft_hash: get random bytes if seed is not specifiedPablo Neira Ayuso2016-11-091-2/+4
| * netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso2016-11-033-13/+8
| * netfilter: merge nf_iterate() into nf_hook_slow()Pablo Neira Ayuso2016-11-033-50/+48
| * netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso2016-11-035-17/+13
| * netfilter: use switch() to handle verdict cases from nf_hook_slow()Pablo Neira Ayuso2016-11-031-4/+14
| * netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-0323-73/+80
| * netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-0344-154/+152
| * netfilter: deprecate NF_STOPPablo Neira Ayuso2016-11-032-3/+5
| * netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso2016-11-034-11/+5
| * netfilter: remove comments that predate rcu daysPablo Neira Ayuso2016-11-031-7/+0
| * netfilter: get rid of useless debugging from corePablo Neira Ayuso2016-11-031-9/+0
* | openvswitch: allow L3 netdev portsJiri Benc2016-11-131-3/+6
* | openvswitch: add Ethernet push and pop actionsJiri Benc2016-11-132-0/+67
* | openvswitch: netlink: support L3 packetsJiri Benc2016-11-131-61/+99
* | openvswitch: add processing of L3 packetsJiri Benc2016-11-133-37/+101
* | openvswitch: support MPLS push and pop for L3 packetsJiri Benc2016-11-131-7/+11
* | openvswitch: pass mac_proto to ovs_vport_sendJiri Benc2016-11-133-14/+19
* | openvswitch: add mac_proto field to the flow keyJiri Benc2016-11-134-11/+31
* | openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc2016-11-132-5/+8
* | tcp: remove unaligned accesses from tcp_get_info()Eric Dumazet2016-11-101-6/+5
* | Merge tag 'batadv-next-for-davem-20161108-v2' of git://git.open-mesh.org/linu...David S. Miller2016-11-1022-255/+582
|\ \
| * | batman-adv: Reject unicast packet with zero/mcast dst addressSven Eckelmann2016-11-081-4/+4
| * | batman-adv: Disallow zero and mcast src address for mgmt framesSven Eckelmann2016-11-081-2/+2
| * | batman-adv: Disallow mcast src address for data framesSven Eckelmann2016-11-081-6/+6
| * | batman-adv: Remove dev_queue_xmit return code exceptionSven Eckelmann2016-11-081-11/+6
| * | batman-adv: Consume skb in receive handlersSven Eckelmann2016-11-086-85/+153
| * | batman-adv: Consume skb in batadv_send_skb_to_origSven Eckelmann2016-10-304-36/+25