aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-18
|\
| * net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz2014-12-16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-16
|\ \ | |/ |/|
| * Merge branch 'nsfs' into for-nextAl Viro2014-12-10
| |\
| | * bury struct proc_ns in fs/procAl Viro2014-12-04
| | * copy address of proc_ns_ops into ns_commonAl Viro2014-12-04
| | * new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-04
| | * make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-04
| | * netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsAl Viro2014-12-04
| | * common object embedded into various struct ....nsAl Viro2014-12-04
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-13
|\ \ \
| * | | crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-25
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-11
|\ \ \ \
| * | | | net: sock: fix access via invalid file descriptorAlexei Starovoitov2014-12-10
| * | | | net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-10
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-10
| |\ \ \ \
| * | | | | net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-10
| * | | | | net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2014-12-10
| * | | | | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-10
| |\ \ \ \ \
| | * | | | | skb_copy_datagram_iovec() can dieAl Viro2014-12-09
| | * | | | | switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro2014-12-09
| * | | | | | rocker: remove swdev modeRoopa Prabhu2014-12-09
| * | | | | | net: avoid to call skb_queue_len againLi RongQing2014-12-09
| |/ / / / /
| * | | | | dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2014-12-09
| * | | | | net: avoid two atomic operations in fast clonesEric Dumazet2014-12-09
| * | | | | rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar2014-12-09
| * | | | | ethtool: Support for configurable RSS hash functionEyal Perry2014-12-08
| * | | | | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-06
| * | | | | bridge: add brport flags to dflt bridge_getlinkScott Feldman2014-12-02
| * | | | | net-sysfs: expose physical switch id for particular deviceJiri Pirko2014-12-02
| * | | | | rtnl: expose physical switch id for particular deviceJiri Pirko2014-12-02
| * | | | | net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-02
| * | | | | net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-02
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-29
| |\ \ \ \ \
| * | | | | | switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro2014-11-24
| * | | | | | kill zerocopy_sg_from_iovec()Al Viro2014-11-24
| * | | | | | new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro2014-11-24
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-21
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | net: move vlan pop/push functions into common codeJiri Pirko2014-11-21
| * | | | | | net: move make_writable helper into common codeJiri Pirko2014-11-21
| * | | | | | vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-21
| * | | | | | vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-21
| * | | | | | fold verify_iovec() into copy_msghdr_from_user()Al Viro2014-11-19
| * | | | | | {compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro2014-11-19
| * | | | | | net: pktgen: Deletion of an unnecessary check before the function call "proc_...Markus Elfring2014-11-19
| * | | | | | dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick2014-11-18
| * | | | | | net/core: include linux/types.h instead of asm/types.hFabian Frederick2014-11-18
| * | | | | | net: fix spelling for synchronizedFabian Frederick2014-11-18
| * | | | | | net: provide a per host RSS key generic infrastructureEric Dumazet2014-11-16
| * | | | | | net: generic dev_disable_lro() stacked device handlingMichal Kubeček2014-11-13