summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar
2014-12-09ethtool: Support for configurable RSS hash functionEyal Perry
2014-12-06net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov
2014-12-03bridge: add brport flags to dflt bridge_getlinkScott Feldman
2014-12-03net-sysfs: expose physical switch id for particular deviceJiri Pirko
2014-12-03rtnl: expose physical switch id for particular deviceJiri Pirko
2014-12-03net: rename netdev_phys_port_id to more generic nameJiri Pirko
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-26bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf
2014-11-26bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro
2014-11-24kill zerocopy_sg_from_iovec()Al Viro
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko
2014-11-21net: move make_writable helper into common codeJiri Pirko
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro
2014-11-19{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro
2014-11-19net: pktgen: Deletion of an unnecessary check before the function call "proc_...Markus Elfring
2014-11-18dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick
2014-11-18net/core: include linux/types.h instead of asm/types.hFabian Frederick
2014-11-18net: fix spelling for synchronizedFabian Frederick
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-11-10net: gro: add a per device gro flush timerEric Dumazet
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu
2014-11-06openvswitch: Add basic MPLS support to kernelSimon Horman
2014-11-06net: Remove MPLS GSO feature.Pravin B Shelar
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert
2014-11-03net: less interrupt masking in NAPIEric Dumazet
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet
2014-10-29net: skb_segment() should preserve backpressureToshiaki Makita
2014-10-27net: napi_reuse_skb() should check pfmemallocEric Dumazet
2014-10-22net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan
2014-10-20net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds