summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-32/+37
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2-2/+108
2014-12-04bury struct proc_ns in fs/procAl Viro1-3/+1
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro1-2/+7
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro1-2/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro1-9/+3
2014-12-04netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsAl Viro1-6/+10
2014-12-04common object embedded into various struct ....nsAl Viro1-3/+3
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman1-1/+38
2014-12-02net-sysfs: expose physical switch id for particular deviceJiri Pirko1-0/+24
2014-12-02rtnl: expose physical switch id for particular deviceJiri Pirko1-1/+25
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko3-5/+5
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-7/+43
2014-11-29rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel1-0/+1
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+18
2014-11-26bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf1-5/+12
2014-11-26bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf1-0/+6
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann1-4/+20
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro1-86/+2
2014-11-24kill zerocopy_sg_from_iovec()Al Viro1-63/+2
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro1-0/+116
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+6
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet1-17/+6
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko1-0/+95
2014-11-21net: move make_writable helper into common codeJiri Pirko1-0/+12
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2-9/+3
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2-4/+4
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro1-38/+0
2014-11-19{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro1-23/+14
2014-11-19net: pktgen: Deletion of an unnecessary check before the function call "proc_...Markus Elfring1-2/+1
2014-11-18dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick1-3/+6
2014-11-18net/core: include linux/types.h instead of asm/types.hFabian Frederick1-1/+1
2014-11-18net: fix spelling for synchronizedFabian Frederick1-2/+2
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet2-0/+30
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar4-6/+20
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček1-10/+5
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong1-135/+112
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2-3/+2
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+5
2014-11-10net: gro: add a per device gro flush timerEric Dumazet2-4/+59
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu1-89/+0
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu1-0/+87
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman1-1/+2
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar1-1/+0
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert1-2/+2
2014-11-04netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra2-10/+10
2014-11-03net: less interrupt masking in NAPIEric Dumazet1-25/+43
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+8
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck1-2/+4