summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* new helper: msg_data_left()Al Viro2015-04-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-064-18/+35
|\
| * ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-062-1/+22
| * netns: don't allocate an id for dead netnsNicolas Dichtel2015-04-031-1/+3
| * Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel2015-04-031-15/+9
| * net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-021-1/+1
* | tc: bpf: add checksum helpersAlexei Starovoitov2015-04-061-4/+104
* | ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann2015-04-031-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-022-11/+17
|\|
| * netns: don't clear nsid too early on removalNicolas Dichtel2015-03-291-9/+15
| * net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong2015-03-241-2/+2
* | dev: set iflink to 0 for virtual interfacesNicolas Dichtel2015-04-021-0/+4
* | net: remove iflink field from struct net_deviceNicolas Dichtel2015-04-021-11/+2
* | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-024-9/+34
* | net: rename dev to orig_dev in deliver_ptype_list_skbJiri Pirko2015-03-311-2/+3
* | net: Introduce passthru_features_checkToshiaki Makita2015-03-291-0/+8
* | net: Move check for multiple vlans to driversToshiaki Makita2015-03-291-12/+9
* | vlan: Introduce helper functions to check if skb is taggedToshiaki Makita2015-03-291-16/+8
* | tc: bpf: generalize pedit actionAlexei Starovoitov2015-03-291-2/+69
* | filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2015-03-241-0/+17
* | net: allow to delete a whole device groupWANG Cong2015-03-241-0/+38
* | net: Move the comment about unsettable socket-level options to default clause...YOSHIFUJI Hideaki/吉藤英明2015-03-231-2/+3
* | net: convert syn_wait_lock to a spinlockEric Dumazet2015-03-231-7/+7
* | net: clear skb->priority when forwarding to another netnsWANG Cong2015-03-231-0/+1
* | net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明2015-03-201-4/+11
* | ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-201-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-204-20/+30
|\|
| * sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn2015-03-121-2/+6
| * xps: must clear sender_cpu before forwardingEric Dumazet2015-03-111-1/+1
| * net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-03-111-4/+6
| * net: Handle unregister properly when netdev namespace change fails.David S. Miller2015-03-101-13/+13
| * net: add comment for sock_efree() usageOliver Hartkopp2015-03-101-0/+4
* | ebpf, filter: do not convert skb->protocol to host endianess during runtimeDaniel Borkmann2015-03-201-15/+14
* | net: increase sk_[max_]ack_backlogEric Dumazet2015-03-201-2/+0
* | inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-202-5/+10
* | net: Fix high overhead of vlan sub-device teardown.David S. Miller2015-03-181-4/+6
* | net: add support for phys_port_nameDavid Ahern2015-03-183-0/+62
* | net: Add max rate tx queue attributeJohn Fastabend2015-03-181-12/+55
* | tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-171-11/+7
* | bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-171-22/+50
* | net: kernel socket should be released in init_net namespaceYing Xue2015-03-161-1/+1
* | inet: add proper refcounting to request sockEric Dumazet2015-03-161-2/+2
* | inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet2015-03-161-15/+0
* | bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-151-17/+83
* | ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-151-0/+2
* | ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-151-0/+2
* | inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet2015-03-121-0/+2
* | net: add req_prot_cleanup() & req_prot_init() helpersEric Dumazet2015-03-121-28/+41
* | net: Kill hold_net release_netEric W. Biederman2015-03-125-35/+5
* | net: add real socket cookiesEric Dumazet2015-03-112-10/+28