summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-162-2/+3
|\
| * rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen2013-08-131-1/+1
| * rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala2013-08-101-1/+1
| * net: flow_dissector: add 802.1ad supportEric Dumazet2013-08-091-0/+1
| * neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico2013-08-051-4/+6
* | rtnetlink: remove an unneeded testDan Carpenter2013-08-151-2/+2
* | dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel2013-08-151-3/+3
* | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-101-49/+51
* | net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang2013-08-071-27/+10
* | net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang2013-08-071-4/+2
* | net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang2013-08-071-1/+0
* | net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang2013-08-071-2/+1
* | net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-071-0/+93
* | net: move iov_pages() to net/core/iovec.cJason Wang2013-08-071-0/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-034-14/+34
|\ \ | |/
| * net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-08-021-1/+5
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-013-5/+5
| * neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/Francesco Fusco2013-07-261-7/+22
| * net: fix comment above build_skb()Florian Fainelli2013-07-241-1/+2
* | 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
| |\ \
OpenPOWER on IntegriCloud