aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
...
| * | | | | 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
| * | | | | | neigh: remove dynamic neigh table registration supportWANG Cong2014-11-11
| * | | | | | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-11
| * | | | | | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-11
| * | | | | | net: gro: add a per device gro flush timerEric Dumazet2014-11-10
| * | | | | | net: Kill skb_copy_datagram_const_iovecHerbert Xu2014-11-07
| * | | | | | inet: Add skb_copy_datagram_iterHerbert Xu2014-11-07
| * | | | | | openvswitch: Add basic MPLS support to kernelSimon Horman2014-11-06
| * | | | | | net: Remove MPLS GSO feature.Pravin B Shelar2014-11-06
| * | | | | | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
| * | | | | | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-05
| * | | | | | net: less interrupt masking in NAPIEric Dumazet2014-11-03
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-01
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | neigh: optimize neigh_parms_release()Nicolas Dichtel2014-10-29
| * | | | | | net: introduce napi_schedule_irqoff()Eric Dumazet2014-10-29
| * | | | | | net: skb_segment() should preserve backpressureToshiaki Makita2014-10-29
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-16
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra2014-11-04
| | |_|_|_|/ | |/| | | |
* | | | | | rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel2014-11-30
| |_|_|_|/ |/| | | |
* | | | | bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf2014-11-26
* | | | | bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf2014-11-26
| |_|_|/ |/| | |
* | | | net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet2014-11-21
| |/ / |/| |
* | | net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck2014-10-31
* | | net: napi_reuse_skb() should check pfmemallocEric Dumazet2014-10-26
| |/ |/|
* | net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan2014-10-22
* | net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal2014-10-20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-18
|\
| * net: Add ndo_gso_checkTom Herbert2014-10-15
| * net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller2014-10-14
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-26
* | net: fix races in page->_count manipulationEric Dumazet2014-10-10