summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2015-08-08net: Fix race condition in store_rps_mapTom Herbert1-4/+7
2015-08-04lwtunnel: set skb protocol and devRobert Shearman1-2/+10
2015-08-03ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann1-0/+7
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+7
2015-08-01net: Add functions to get skb->hash based on flow structuresTom Herbert1-4/+54
2015-08-01bpf: add helpers to access tunnel metadataAlexei Starovoitov2-6/+106
2015-07-31net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan1-1/+2
2015-07-30net: pktgen: Remove unused 'allocated_skbs' fieldBogdan Hamciuc1-2/+0
2015-07-30net: pktgen: Observe needed_headroom of the deviceBogdan Hamciuc1-1/+2
2015-07-30lwtunnel: 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-21test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov1-0/+2
2015-07-21bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov1-0/+48
2015-07-21net: 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
2015-07-16netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah1-2/+14
2015-07-16net core: Add protodown support.Anuradha Karuppiah2-0/+34
2015-07-16net: Fix skb csum races when peekingHerbert Xu1-6/+9
2015-07-16net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2015-07-16rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTSDaniel Borkmann1-4/+7
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-127/+127
2015-07-11net: call rcu_read_lock early in process_backlogJulian Anastasov1-16/+16
2015-07-11net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-07-10net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker()Oleg Nesterov1-9/+2
2015-07-10net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-07-10net: skb_defer_rx_timestamp should check for phydev before setting up classifyAlexander Duyck1-1/+5
2015-07-09rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-91/+96
2015-07-09Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel1-4/+0
2015-07-09net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-07-08net_sched: gen_estimator: extend pps limitEric Dumazet1-6/+7
2015-07-08net: sched: extend percpu stats helpersEric Dumazet1-2/+2
2015-06-30sock_diag: don't broadcast kernel socketsCraig Gallek1-1/+1
2015-06-29net: Kill sock->sk_protinfoDavid Miller1-1/+0
2015-06-29flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect()Geert Uytterhoeven1-1/+1
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-554/+1498
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+13
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman1-3/+15
2015-06-23Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2015-06-21neigh: do not modify unlinked entriesJulian Anastasov1-0/+13
2015-06-16bpf: disallow bpf tc programs access current->pid,uidAlexei Starovoitov1-6/+0