summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| |\ \ \ \
| * | | | | 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 branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-031-37/+35
|\ \ \ \ \ \
| * | | | | | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-1/+1
| * | | | | | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-081-6/+4
| * | | | | | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-081-10/+10
| * | | | | | netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo2013-08-081-28/+28
| * | | | | | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-1/+1
* | | | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-61/+75
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | net: core: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-261-61/+75
| | |/ / / / | |/| | | |
* | | | | | net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet2013-08-301-8/+3
* | | | | | net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski2013-08-271-1/+1
| |_|_|/ / |/| | | |
* | | | | 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
| |_|/ / |/| | |
* | | | 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
|/ / /
* | | 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
OpenPOWER on IntegriCloud