summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang2012-09-192-4/+4
* netdev: make address const in device address managementstephen hemminger2012-09-191-19/+21
* net: provide a default dev->ethtool_opsEric Dumazet2012-09-192-12/+4
* net: dev: fix incorrect getting net device's nameGao feng2012-09-191-8/+20
* net: more accurate network taps in transmit pathEric Dumazet2012-09-191-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-153-7/+15
|\
| * pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi2012-09-131-1/+1
| * net: fix net/core/sock.c build errorRandy Dunlap2012-09-101-0/+2
| * net: small bug on rxhash calculationChema Gonzalez2012-09-081-5/+6
| * net: sock_edemux() should take care of timewait socketsEric Dumazet2012-09-031-1/+6
* | netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat2012-09-131-5/+4
* | netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat2012-09-131-32/+0
* | filter: add MOD operationEric Dumazet2012-09-101-0/+15
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-103-13/+13
* | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-082-3/+2
* | netlink: kill netlink_set_nonrootPablo Neira Ayuso2012-09-081-1/+1
* | scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman2012-09-071-6/+11
* | net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov2012-09-051-3/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-037-34/+152
|\ \
| * | tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-311-0/+95
| * | net: fix documentation of skb_needs_linearize().Rami Rosen2012-08-311-3/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-9/+1
| |\ \ | | |/
| | * netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang2012-08-291-9/+1
| * | netpoll: provide an IP ident in UDP framesEric Dumazet2012-08-301-1/+2
| * | net: dev: fix the incorrect hold of net namespace's lo deviceGao feng2012-08-301-0/+2
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-243-16/+32
| |\ \
| | * | userns: Convert sock_i_uid to return a kuid_tEric W. Biederman2012-08-141-3/+3
| | * | userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman2012-08-141-3/+4
| | * | userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman2012-08-142-10/+25
| * | | net: Set device operstate at registration timeBen Hutchings2012-08-242-0/+10
| * | | cls_cgroup: Allow classifier cgroups to have their classid reset to 0Neil Horman2012-08-241-1/+1
| * | | net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2012-08-232-4/+8
* | | | netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-301-0/+1
* | | | net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy2012-08-301-0/+20
|/ / /
* | | net: remove delay at device dismantleEric Dumazet2012-08-224-17/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-225-59/+118
|\ \ \ | | |/ | |/|
| * | net/core/dev.c: fix kernel-doc warningRandy Dunlap2012-08-201-0/+1
| * | af_packet: don't emit packet on orig fanout groupEric Leblond2012-08-201-2/+14
| * | net: netprio: fix cgrp create and write priomap raceJohn Fastabend2012-08-161-5/+3
| * | net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend2012-08-161-0/+4
| * | net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend2012-08-161-18/+4
| * | netpoll: re-enable irq in poll_napi()Amerigo Wang2012-08-141-1/+9
| * | netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang2012-08-141-0/+15
| * | netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang2012-08-141-14/+17
| * | netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang2012-08-141-2/+1
| * | netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-141-10/+32
| * | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-141-4/+4
| * | net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov2012-08-081-2/+5
| * | net: force dst_default_metrics to const sectionEric Dumazet2012-08-081-1/+9
* | | net: remove netdev_bonding_change()Amerigo Wang2012-08-141-6/+0
OpenPOWER on IntegriCloud