aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
* net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico2013-08-29
* net: remove search_list from netdev_adjacentVeaceslav Falico2013-08-29
* net: add lower_dev_list to net_device and make a full meshVeaceslav Falico2013-08-29
* net: rename netdev_upper to netdev_adjacentVeaceslav Falico2013-08-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-16
|\
| * rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen2013-08-13
| * rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala2013-08-10
| * net: flow_dissector: add 802.1ad supportEric Dumazet2013-08-09
| * neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico2013-08-05
* | rtnetlink: remove an unneeded testDan Carpenter2013-08-15
* | dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel2013-08-15
* | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-10
* | net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang2013-08-07
* | net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang2013-08-07
* | net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang2013-08-07
* | net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang2013-08-07
* | net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-07
* | net: move iov_pages() to net/core/iovec.cJason Wang2013-08-07
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-04
|\|
| * net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-08-02
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-01
| * neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/Francesco Fusco2013-07-26
| * net: fix comment above build_skb()Florian Fainelli2013-07-24
* | fib_rules: fix suppressor names and default valuesStefan Tomanek2013-08-03
* | neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico2013-08-02
* | fib_rules: add route suppression based on ifgroupStefan Tomanek2013-08-02
* | fib_rules: add .suppress operationStefan Tomanek2013-07-31
* | netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-31
* | flow_dissector: add support for IPPROTO_IPV6Tom Herbert2013-07-30
* | flow_dissector: clean up IPIP caseTom Herbert2013-07-30
* | net: export physical port id via sysfsJiri Pirko2013-07-30
* | rtnl: export physical port id via RT netlinkJiri Pirko2013-07-30
* | net: add ndo to get id of physical port of the deviceJiri Pirko2013-07-30
* | pktgen: add needed include fileStephen Rothwell2013-07-29
* | pktgen: Use ip_send_check() to compute checksumThomas Graf2013-07-28
* | pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2013-07-28
* | net: Make devnet_rename_seq staticThomas Gleixner2013-07-24
* | net: add sk_stream_is_writeable() helperEric Dumazet2013-07-24
* | net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-18
|\
| * vlan: mask vlan prio bitsEric Dumazet2013-07-18
| * ethtool: fixed trailing statements in ethtoolDragos Foianu2013-07-16
* | net: delete __cpuinit usage from all net filesPaul Gortmaker2013-07-14
|/
* net: access page->private by using page_privateSunghan Suh2013-07-12
* gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2013-07-11
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-10
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-09
|\
| * net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-08
| * core: Copy inner_protocol in copy_skb_header()Joe Stringer2013-07-03