summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-051-2/+2
| * | | | | net: less interrupt masking in NAPIEric Dumazet2014-11-031-25/+43
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-012-2/+8
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | neigh: optimize neigh_parms_release()Nicolas Dichtel2014-10-291-19/+13
| * | | | | net: introduce napi_schedule_irqoff()Eric Dumazet2014-10-291-1/+14
| * | | | | net: skb_segment() should preserve backpressureToshiaki Makita2014-10-291-0/+10
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-092-10/+10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-164-6/+20
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra2014-11-042-10/+10
* | | | | | rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel2014-11-291-0/+1
| |_|_|_|/ |/| | | |
* | | | | bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf2014-11-261-5/+12
* | | | | bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf2014-11-261-0/+6
| |_|_|/ |/| | |
* | | | net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet2014-11-211-17/+6
| |/ / |/| |
* | | net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck2014-10-311-2/+4
* | | net: napi_reuse_skb() should check pfmemallocEric Dumazet2014-10-261-0/+4
| |/ |/|
* | net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan2014-10-221-1/+2
* | net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal2014-10-201-3/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-182-1/+3
|\
| * net: Add ndo_gso_checkTom Herbert2014-10-151-1/+1
| * net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller2014-10-141-0/+2
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-153-9/+9
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-263-9/+9
* | net: fix races in page->_count manipulationEric Dumazet2014-10-101-7/+18
* | flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck2014-10-101-13/+23
* | net: filter: fix the commentsLi RongQing2014-10-101-6/+3
* | net: Missing @ before descriptions cause make xmldocs warningMasanari Iida2014-10-091-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0816-597/+969
|\ \
| * | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-10/+9
| * | net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong2014-10-071-4/+4
| * | net: validate_xmit_vlan() is staticEric Dumazet2014-10-061-1/+2
| * | net: introduce netdevice gso_min_segs attributeEric Dumazet2014-10-061-3/+6
| * | ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet2014-10-061-0/+1
| * | net: skb_segment() provides list head and tailEric Dumazet2014-10-062-12/+20
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-051-1/+1
| |\ \
| | * | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
| * | | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-041-4/+4
| * | | net: do not export skb_gro_receive()Eric Dumazet2014-10-031-1/+0
| * | | qdisc: validate skb without holding lockEric Dumazet2014-10-031-3/+26
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-0/+3
| |\ \ \
| * | | | net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov2014-10-011-2/+24
| * | | | net: avoid one atomic operation in skb_clone()Eric Dumazet2014-10-011-6/+17
| * | | | net: cleanup and document skb fclone layoutEric Dumazet2014-10-011-21/+20
| | |/ / | |/| |
| * | | net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-7/+48
| * | | net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-1/+5
| * | | net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-302-16/+66
| * | | net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet2014-09-291-39/+41
| * | | net : optimize skb_release_data()Eric Dumazet2014-09-261-21/+22
| * | | net: optimise inet_proto_csum_replace4()LEROY Christophe2014-09-261-7/+5
| * | | net: introduce __skb_header_release()Eric Dumazet2014-09-261-2/+2
| * | | net: Change netdev_<level> logging functions to return voidJoe Perches2014-09-261-27/+17
OpenPOWER on IntegriCloud