Age | Commit message (Expand) | Author | Files | Lines |
2014-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -17/+6 |
2014-11-21 | net: Revert "net: avoid one atomic operation in skb_clone()" | Eric Dumazet | 1 | -17/+6 |
2014-11-21 | net: move vlan pop/push functions into common code | Jiri Pirko | 1 | -0/+95 |
2014-11-21 | net: move make_writable helper into common code | Jiri Pirko | 1 | -0/+12 |
2014-11-21 | vlan: introduce *vlan_hwaccel_push_inside helpers | Jiri Pirko | 2 | -9/+3 |
2014-11-21 | vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto | Jiri Pirko | 2 | -4/+4 |
2014-11-20 | fold verify_iovec() into copy_msghdr_from_user() | Al Viro | 1 | -38/+0 |
2014-11-20 | {compat_,}verify_iovec(): switch to generic copying of iovecs | Al Viro | 1 | -23/+14 |
2014-11-19 | net: pktgen: Deletion of an unnecessary check before the function call "proc_... | Markus Elfring | 1 | -2/+1 |
2014-11-18 | dev_ioctl: use sizeof(x) instead of sizeof x | Fabian Frederick | 1 | -3/+6 |
2014-11-18 | net/core: include linux/types.h instead of asm/types.h | Fabian Frederick | 1 | -1/+1 |
2014-11-18 | net: fix spelling for synchronized | Fabian Frederick | 1 | -2/+2 |
2014-11-16 | net: provide a per host RSS key generic infrastructure | Eric Dumazet | 2 | -0/+30 |
2014-11-13 | net: generic dev_disable_lro() stacked device handling | Michal Kubeček | 1 | -10/+5 |
2014-11-11 | neigh: remove dynamic neigh table registration support | WANG Cong | 1 | -135/+112 |
2014-11-11 | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited | Joe Perches | 2 | -3/+2 |
2014-11-11 | net: introduce SO_INCOMING_CPU | Eric Dumazet | 1 | -0/+5 |
2014-11-10 | net: gro: add a per device gro flush timer | Eric Dumazet | 2 | -4/+59 |
2014-11-07 | net: Kill skb_copy_datagram_const_iovec | Herbert Xu | 1 | -89/+0 |
2014-11-07 | inet: Add skb_copy_datagram_iter | Herbert Xu | 1 | -0/+87 |
2014-11-06 | openvswitch: Add basic MPLS support to kernel | Simon Horman | 1 | -1/+2 |
2014-11-06 | net: Remove MPLS GSO feature. | Pravin B Shelar | 1 | -1/+0 |
2014-11-06 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 1 | -1/+1 |
2014-11-06 | udp: Changes to udp_offload to support remote checksum offload | Tom Herbert | 1 | -2/+2 |
2014-11-03 | net: less interrupt masking in NAPI | Eric Dumazet | 1 | -25/+43 |
2014-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+8 |
2014-10-31 | net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0 | Guenter Roeck | 1 | -2/+4 |
2014-10-29 | neigh: optimize neigh_parms_release() | Nicolas Dichtel | 1 | -19/+13 |
2014-10-29 | net: introduce napi_schedule_irqoff() | Eric Dumazet | 1 | -1/+14 |
2014-10-29 | net: skb_segment() should preserve backpressure | Toshiaki Makita | 1 | -0/+10 |
2014-10-27 | net: napi_reuse_skb() should check pfmemalloc | Eric Dumazet | 1 | -0/+4 |
2014-10-22 | net: tso: fix unaligned access to crafted TCP header in helper API | Karl Beldan | 1 | -1/+2 |
2014-10-20 | net: core: handle encapsulation offloads when computing segment lengths | Florian Westphal | 1 | -3/+10 |
2014-10-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -1/+3 |
2014-10-15 | net: Add ndo_gso_check | Tom Herbert | 1 | -1/+1 |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -9/+9 |
2014-10-15 | net: Trap attempts to call sock_kfree_s() with a NULL pointer. | David S. Miller | 1 | -0/+2 |
2014-10-10 | net: fix races in page->_count manipulation | Eric Dumazet | 1 | -7/+18 |
2014-10-10 | flow-dissector: Fix alignment issue in __skb_flow_get_ports | Alexander Duyck | 1 | -13/+23 |
2014-10-10 | net: filter: fix the comments | Li RongQing | 1 | -6/+3 |
2014-10-10 | net: Missing @ before descriptions cause make xmldocs warning | Masanari Iida | 1 | -5/+5 |
2014-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 16 | -597/+969 |
2014-10-08 | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 4 | -148/+0 |
2014-10-07 | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | 1 | -10/+9 |
2014-10-07 | net_sched: fix unused variables in __gnet_stats_copy_basic_cpu() | WANG Cong | 1 | -4/+4 |
2014-10-07 | net: validate_xmit_vlan() is static | Eric Dumazet | 1 | -1/+2 |
2014-10-07 | net: introduce netdevice gso_min_segs attribute | Eric Dumazet | 1 | -3/+6 |
2014-10-06 | ethtool: Ethtool parameter to dynamically change tx_copybreak | Eric Dumazet | 1 | -0/+1 |
2014-10-06 | net: skb_segment() provides list head and tail | Eric Dumazet | 2 | -12/+20 |
2014-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -1/+1 |