summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* neigh: disallow un-init_net to change thresh of neighGao feng2013-06-191-0/+6
* neigh: only allow init_net to change the default neigh_parmsGao feng2013-06-191-1/+1
* neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng2013-06-191-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-193-6/+11
|\
| * vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao2013-06-171-3/+3
| * sock_diag: fix filter code sent to userspaceNicolas Dichtel2013-06-102-3/+8
* | net: add socket option for low latency pollingEliezer Tamir2013-06-171-0/+20
* | net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir2013-06-171-2/+2
* | net/core: Add VF link state controlRony Efraim2013-06-131-2/+20
* | net-rps: fixes for rps flow limitWillem de Bruijn2013-06-131-3/+16
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-132-7/+7
* | net: make all team port device link events urgentFlavio Leitner2013-06-131-0/+3
* | pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skbDaniel Borkmann2013-06-121-25/+27
* | net_sched: add 64bit rate estimatorsEric Dumazet2013-06-112-11/+23
* | net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)2013-06-111-13/+2
* | udp: add low latency socket poll supportEliezer Tamir2013-06-101-0/+4
* | net: add low latency socket pollEliezer Tamir2013-06-103-0/+20
* | net: add napi_id and hashEliezer Tamir2013-06-101-0/+59
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-053-11/+16
|\ \ | |/
| * net: fix sk_buff head without data areaPablo Neira2013-06-041-2/+2
| * net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh2013-05-311-1/+1
| * net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh2013-05-311-4/+7
| * net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh2013-05-311-1/+2
| * net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh2013-05-311-0/+1
| * net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga2013-05-281-3/+3
* | netpoll: fix position of network headerAmerigo Wang2013-06-041-16/+4
* | pktgen: Fix position of ip and udp headerThomas Graf2013-06-041-27/+12
* | net/ethtool: Fix comment regarding location of dev_ethtool() callYan Burman2013-06-041-1/+1
* | net: mark netdev_create_hash __net_initBaruch Siach2013-06-041-1/+1
* | net: clean up skb headers codeCong Wang2013-05-311-11/+5
* | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-282-3/+22
* | net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman2013-05-281-2/+2
* | net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang2013-05-281-6/+0
* | net: Fix build warnings after mac_header and transport_header became __u16.David S. Miller2013-05-281-5/+5
* | net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko2013-05-281-2/+7
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-287-18/+54
* | netpoll: remove return value from netpoll_rx_disable()dingtianhong2013-05-272-13/+5
* | MPLS: Add limited GSO supportSimon Horman2013-05-272-0/+5
* | net: add netnotifier event for upper device changeJiri Pirko2013-05-251-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-241-50/+0
|\ \ | |/
| * Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2013-05-201-50/+0
* | net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman2013-05-221-1/+2
* | rps: selective flow shedding during softnet overflowWillem de Bruijn2013-05-203-3/+165
* | dev: remove duplicate 'skb->dev = dev' in dev_forward_skb()Nicolas Dichtel2013-05-171-1/+0
|/
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-111-12/+0
* gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar2013-05-081-0/+11
* netpoll: inverted down_trylock() testDan Carpenter2013-05-061-1/+1
* rps_dev_flow_table_release(): no need to delay vfree()Al Viro2013-05-061-11/+1
* net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork2013-05-021-1/+1
* net: use netdev_features_t in skb_needs_linearize()Patrick McHardy2013-05-021-1/+1
OpenPOWER on IntegriCloud