summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* fib_rules: fix suppressor names and default valuesStefan Tomanek2013-08-031-4/+11
* neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico2013-08-021-4/+6
* fib_rules: add route suppression based on ifgroupStefan Tomanek2013-08-021-0/+10
* fib_rules: add .suppress operationStefan Tomanek2013-07-311-0/+8
* netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-311-0/+19
* flow_dissector: add support for IPPROTO_IPV6Tom Herbert2013-07-301-0/+3
* flow_dissector: clean up IPIP caseTom Herbert2013-07-301-1/+2
* net: export physical port id via sysfsJiri Pirko2013-07-301-0/+22
* rtnl: export physical port id via RT netlinkJiri Pirko2013-07-301-1/+24
* net: add ndo to get id of physical port of the deviceJiri Pirko2013-07-301-0/+18
* pktgen: add needed include fileStephen Rothwell2013-07-291-0/+1
* pktgen: Use ip_send_check() to compute checksumThomas Graf2013-07-271-2/+1
* pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2013-07-271-5/+52
* net: Make devnet_rename_seq staticThomas Gleixner2013-07-241-1/+1
* net: add sk_stream_is_writeable() helperEric Dumazet2013-07-241-1/+1
* net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-221-0/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-182-12/+29
|\
| * vlan: mask vlan prio bitsEric Dumazet2013-07-181-2/+9
| * ethtool: fixed trailing statements in ethtoolDragos Foianu2013-07-161-10/+20
* | net: delete __cpuinit usage from all net filesPaul Gortmaker2013-07-141-2/+2
|/
* net: access page->private by using page_privateSunghan Suh2013-07-121-3/+3
* gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2013-07-111-8/+6
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-102-7/+7
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-103-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-0918-173/+556
|\
| * net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-081-1/+2
| * core: Copy inner_protocol in copy_skb_header()Joe Stringer2013-07-031-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-034-38/+52
| |\
| * | core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata2013-07-021-0/+6
| * | ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt2013-07-021-1/+20
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller2013-07-011-8/+0
| |\ \
| | * \ Merge ../vxlan-xStephen Hemminger2013-06-251-8/+0
| | |\ \
| | | * | rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport2013-06-251-8/+0
| * | | | neighbour: fix a race in neigh_destroy()Eric Dumazet2013-07-011-5/+7
| * | | | dev: introduce skb_scrub_packet()Nicolas Dichtel2013-06-272-10/+24
| |/ / /
| * / / net: poll/select low latency socket supportEliezer Tamir2013-06-252-1/+9
| |/ /
| * | net: Unmap fragment page once iterator is doneWedson Almeida Filho2013-06-241-1/+6
| * | net: allow large number of tx queuesEric Dumazet2013-06-231-7/+19
| * | 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
| |\ \
| * | | 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