summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2015-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2015-04-12tcp: do not cache align timewait socketsEric Dumazet
2015-04-10if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov
2015-04-10rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf
2015-04-09net: Pass VLAN ID to rtnl_fdb_notify.Hubert Sokolowski
2015-04-07net: remove extra newlinesSheng Yong
2015-04-07netns: allow to dump netns idsNicolas Dichtel
2015-04-07netns: notify netns id eventsNicolas Dichtel
2015-04-07netns: minor cleanup in rtnl_net_getid()Nicolas Dichtel
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-04-03ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann
2015-04-03netns: don't allocate an id for dead netnsNicolas Dichtel
2015-04-03Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-02dev: set iflink to 0 for virtual interfacesNicolas Dichtel
2015-04-02net: remove iflink field from struct net_deviceNicolas Dichtel
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-31net: rename dev to orig_dev in deliver_ptype_list_skbJiri Pirko
2015-03-29net: Introduce passthru_features_checkToshiaki Makita
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita
2015-03-29vlan: Introduce helper functions to check if skb is taggedToshiaki Makita
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov
2015-03-29netns: don't clear nsid too early on removalNicolas Dichtel
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar
2015-03-24net: allow to delete a whole device groupWANG Cong
2015-03-24net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong
2015-03-23net: Move the comment about unsettable socket-level options to default clause...YOSHIFUJI Hideaki/吉藤英明
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet
2015-03-23net: clear skb->priority when forwarding to another netnsWANG Cong
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20ebpf, filter: do not convert skb->protocol to host endianess during runtimeDaniel Borkmann
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller
2015-03-18net: add support for phys_port_nameDavid Ahern
2015-03-18net: Add max rate tx queue attributeJohn Fastabend
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov
2015-03-16net: kernel socket should be released in init_net namespaceYing Xue
2015-03-16inet: add proper refcounting to request sockEric Dumazet
2015-03-16inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann