aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni3-3/+6
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller54-249/+469
2016-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-184/+357
2016-11-14sctp: change sk state only when it has assocs in sctp_shutdownXin Long1-8/+7
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong7-60/+59
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller108-955/+1092
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall4-31/+31
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet2-3/+22
2016-11-13ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-13openvswitch: allow L3 netdev portsJiri Benc1-3/+6
2016-11-13openvswitch: add Ethernet push and pop actionsJiri Benc2-0/+67
2016-11-13openvswitch: netlink: support L3 packetsJiri Benc1-61/+99
2016-11-13openvswitch: add processing of L3 packetsJiri Benc3-37/+101
2016-11-13openvswitch: support MPLS push and pop for L3 packetsJiri Benc1-7/+11
2016-11-13openvswitch: pass mac_proto to ovs_vport_sendJiri Benc3-14/+19
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc4-11/+31
2016-11-13openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc2-5/+8
2016-11-12net: __skb_flow_dissect() must cap its return valueEric Dumazet1-3/+8
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2-19/+66
2016-11-11Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2-1/+3
2016-11-11Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-18/+29
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov1-0/+1
2016-11-10libceph: fix legacy layout decode with pool 0Yan, Zheng1-1/+2
2016-11-10ipv4: update comment to document GSO fragmentation cases.Lance Richardson1-5/+11
2016-11-10xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever2-16/+24
2016-11-10netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot1-4/+4
2016-11-10netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik3-15/+6
2016-11-10netfilter: ipset: hash:ipmac type support added to ipsetTomasz Chilinski3-0/+325
2016-11-10netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik1-7/+9
2016-11-10netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik1-7/+1
2016-11-10netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik11-74/+63
2016-11-10netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik1-34/+29
2016-11-10netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik1-2/+8
2016-11-10netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik1-28/+23
2016-11-10netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik1-13/+12
2016-11-10netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik1-4/+5
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik4-17/+21
2016-11-10netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik3-13/+24
2016-11-10netfilter: ipset: Add element count to hash headersEric B Munson1-1/+2
2016-11-10netfilter: ipset: Separate memsize calculation code into dedicated functionJozsef Kadlecsik2-7/+27
2016-11-10netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2-11/+13
2016-11-09tcp: remove unaligned accesses from tcp_get_info()Eric Dumazet1-6/+5
2016-11-09net: tcp response should set oif only if it is L3 masterDavid Ahern2-3/+8
2016-11-09Merge tag 'batadv-next-for-davem-20161108-v2' of git://git.open-mesh.org/linux-mergeDavid S. Miller22-255/+582
2016-11-09net: napi_hash_add() is no longer exportedEric Dumazet1-2/+1
2016-11-09ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun2-4/+85
2016-11-09ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun3-6/+7
2016-11-09ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun2-0/+31
2016-11-09ipv6: sr: implement API to control SR HMAC structureDavid Lebrun1-0/+229
2016-11-09ipv6: sr: add core files for SR HMAC supportDavid Lebrun4-0/+515