aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-27net: fix IFF_NO_QUEUE for drivers using alloc_netdevPhil Sutter1-1/+1
2015-08-27sock: fix kernel doc errorJean Sacren1-1/+1
2015-08-27net: introduce change upper device notifier change infoJiri Pirko1-2/+14
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2015-08-26bpf: fix bpf_skb_set_tunnel_key() helperAlexei Starovoitov1-0/+1
2015-08-25route: fix a use-after-freeWANG Cong1-1/+2
2015-08-25net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida1-2/+2
2015-08-24lwt: Add cfg argument to build_stateTom Herbert1-2/+3
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+18
2015-08-20route: move lwtunnel state to dst_entryJiri Benc3-61/+14
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-2/+2
2015-08-18net: warn if drivers set tx_queue_len = 0Phil Sutter1-0/+3
2015-08-17net: Add inet_proto_csum_replace_by_diff utility functionTom Herbert1-0/+13
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2-3/+3
2015-08-17lwt: Add support to redirect dst.inputTom Herbert1-0/+55
2015-08-17net: Export bpf_prog_create_from_user().David S. Miller1-0/+1
2015-08-13net: allow sleeping when modifying store_rps_mapSasha Levin1-4/+4
2015-08-13net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing1-19/+18
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+14
2015-08-10inet: fix races with reqsk timersEric Dumazet1-1/+7
2015-08-10net: add explicit logging and stat for neighbour table overflowRick Jones1-4/+10
2015-08-07net: Fix race condition in store_rps_mapTom Herbert1-4/+7
2015-08-06net: pktgen: don't abuse current->state in pktgen_thread_worker()Oleg Nesterov1-3/+0
2015-08-06net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2015-08-03lwtunnel: set skb protocol and devRobert Shearman1-2/+10
2015-08-02ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann1-0/+7
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+7
2015-07-31net: Add functions to get skb->hash based on flow structuresTom Herbert1-4/+54
2015-07-31bpf: add helpers to access tunnel metadataAlexei Starovoitov2-6/+106
2015-07-30net: sk_clone_lock() should only do get_net() if the parent is not a kernel socketSowmini Varadhan1-1/+2
2015-07-29net: pktgen: Remove unused 'allocated_skbs' fieldBogdan Hamciuc1-2/+0
2015-07-29net: pktgen: Observe needed_headroom of the deviceBogdan Hamciuc1-1/+2
2015-07-29lwtunnel: Make lwtun_encaps[] staticThomas Graf1-1/+1
2015-07-27lwtunnel: use kfree_skb() instead of vanilla kfree()Dan Carpenter1-1/+1
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca1-2/+3
2015-07-27dev: Spelling fix in commentssubashab@codeaurora.org1-2/+2
2015-07-25cgroup: net_cls: fix false-positive "suspicious RCU usage"Konstantin Khlebnikov1-1/+2
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+57
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf1-9/+17
2015-07-21fib: Add fib rule match on tunnel idThomas Graf1-2/+22
2015-07-21dst: Metadata destinationsThomas Graf2-15/+71
2015-07-21lwtunnel: support dst output redirect functionRoopa Prabhu1-0/+56
2015-07-21lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu2-0/+180
2015-07-21net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov1-1/+3
2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov1-0/+2
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov1-0/+48
2015-07-20net: don't reforward packets already forwarded by offload deviceScott Feldman1-0/+10
2015-07-20ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann1-0/+15