aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+17
2015-04-02dev: set iflink to 0 for virtual interfacesNicolas Dichtel1-0/+4
2015-04-02net: remove iflink field from struct net_deviceNicolas Dichtel1-11/+2
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel4-9/+34
2015-03-31net: rename dev to orig_dev in deliver_ptype_list_skbJiri Pirko1-2/+3
2015-03-29net: Introduce passthru_features_checkToshiaki Makita1-0/+8
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-12/+9
2015-03-29vlan: Introduce helper functions to check if skb is taggedToshiaki Makita1-16/+8
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov1-2/+69
2015-03-29netns: don't clear nsid too early on removalNicolas Dichtel1-9/+15
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar1-0/+17
2015-03-24net: allow to delete a whole device groupWANG Cong1-0/+38
2015-03-24net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong1-2/+2
2015-03-23net: Move the comment about unsettable socket-level options to default clause and update its reference.YOSHIFUJI Hideaki/吉藤英明1-2/+3
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet1-7/+7
2015-03-23net: clear skb->priority when forwarding to another netnsWANG Cong1-0/+1
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state.YOSHIFUJI Hideaki/吉藤英明1-4/+11
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann1-0/+6
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-20/+30
2015-03-20ebpf, filter: do not convert skb->protocol to host endianess during runtimeDaniel Borkmann1-15/+14
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet1-2/+0
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet2-5/+10
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller1-4/+6
2015-03-18net: add support for phys_port_nameDavid Ahern3-0/+62
2015-03-18net: Add max rate tx queue attributeJohn Fastabend1-12/+55
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet1-11/+7
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov1-22/+50
2015-03-16net: kernel socket should be released in init_net namespaceYing Xue1-1/+1
2015-03-16inet: add proper refcounting to request sockEric Dumazet1-2/+2
2015-03-16inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet1-15/+0
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov1-17/+83
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann1-0/+2
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann1-0/+2
2015-03-12inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet1-0/+2
2015-03-12net: add req_prot_cleanup() & req_prot_init() helpersEric Dumazet1-28/+41
2015-03-12net: Kill hold_net release_netEric W. Biederman5-35/+5
2015-03-12sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn1-2/+6
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet1-1/+1
2015-03-11net: add real socket cookiesEric Dumazet2-10/+28
2015-03-11net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-4/+6
2015-03-11ipv4: FIB Local/MAIN table collapseAlexander Duyck1-2/+6
2015-03-10net: Handle unregister properly when netdev namespace change fails.David S. Miller1-13/+13
2015-03-10net: add comment for sock_efree() usageOliver Hartkopp1-0/+4
2015-03-10net: constify sock_diag_check_cookie()Eric Dumazet1-1/+1
2015-03-09net: core: add of_find_net_device_by_node()Florian Fainelli1-0/+25
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman1-11/+11
2015-03-06net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet1-44/+1
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman1-0/+34
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-15/+5
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-9/+32