summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix bpf_skb_set_tunnel_key() helperAlexei Starovoitov2015-08-261-0/+1
* route: fix a use-after-freeWANG Cong2015-08-251-1/+2
* net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida2015-08-251-2/+2
* lwt: Add cfg argument to build_stateTom Herbert2015-08-241-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-211-19/+18
|\
| * net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing2015-08-131-19/+18
* | route: move lwtunnel state to dst_entryJiri Benc2015-08-203-61/+14
* | ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-201-2/+2
* | net: warn if drivers set tx_queue_len = 0Phil Sutter2015-08-181-0/+3
* | net: Add inet_proto_csum_replace_by_diff utility functionTom Herbert2015-08-171-0/+13
* | net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-172-3/+3
* | lwt: Add support to redirect dst.inputTom Herbert2015-08-171-0/+55
* | net: Export bpf_prog_create_from_user().David S. Miller2015-08-171-0/+1
* | net: allow sleeping when modifying store_rps_mapSasha Levin2015-08-131-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-133-10/+14
|\|
| * inet: fix races with reqsk timersEric Dumazet2015-08-101-1/+7
| * net: pktgen: don't abuse current->state in pktgen_thread_worker()Oleg Nesterov2015-08-061-3/+0
| * net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-08-061-6/+7
* | net: add explicit logging and stat for neighbour table overflowRick Jones2015-08-101-4/+10
* | net: Fix race condition in store_rps_mapTom Herbert2015-08-071-4/+7
* | lwtunnel: set skb protocol and devRobert Shearman2015-08-031-2/+10
* | ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann2015-08-021-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-312-4/+7
|\|
| * net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan2015-07-301-1/+2
| * tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-2/+3
| * cgroup: net_cls: fix false-positive "suspicious RCU usage"Konstantin Khlebnikov2015-07-251-1/+2
* | net: Add functions to get skb->hash based on flow structuresTom Herbert2015-07-311-4/+54
* | bpf: add helpers to access tunnel metadataAlexei Starovoitov2015-07-312-6/+106
* | net: pktgen: Remove unused 'allocated_skbs' fieldBogdan Hamciuc2015-07-291-2/+0
* | net: pktgen: Observe needed_headroom of the deviceBogdan Hamciuc2015-07-291-1/+2
* | lwtunnel: Make lwtun_encaps[] staticThomas Graf2015-07-291-1/+1
* | lwtunnel: use kfree_skb() instead of vanilla kfree()Dan Carpenter2015-07-271-1/+1
* | dev: Spelling fix in commentssubashab@codeaurora.org2015-07-271-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-233-14/+57
|\|
| * net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov2015-07-211-1/+3
| * net: Fix skb csum races when peekingHerbert Xu2015-07-151-6/+9
| * net: Clone skb before setting peeked flagHerbert Xu2015-07-151-3/+38
| * rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTSDaniel Borkmann2015-07-151-4/+7
* | openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-211-9/+17
* | fib: Add fib rule match on tunnel idThomas Graf2015-07-211-2/+22
* | dst: Metadata destinationsThomas Graf2015-07-212-15/+71
* | lwtunnel: support dst output redirect functionRoopa Prabhu2015-07-211-0/+56
* | lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu2015-07-212-0/+180
* | test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov2015-07-201-0/+2
* | bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov2015-07-201-0/+48
* | net: don't reforward packets already forwarded by offload deviceScott Feldman2015-07-201-0/+10
* | ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann2015-07-201-0/+15
* | netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah2015-07-151-2/+14
* | net core: Add protodown support.Anuradha Karuppiah2015-07-152-0/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-134-127/+127
|\|