summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: fix secpath kmemleakEric Dumazet2012-10-221-2/+4
* net: add doc for in4_pton()Amerigo Wang2012-10-121-0/+12
* net: add doc for in6_pton()Amerigo Wang2012-10-121-0/+12
* pktgen: replace scan_ip6() with in6_pton()Amerigo Wang2012-10-101-97/+4
* pktgen: enable automatic IPv6 address settingAmerigo Wang2012-10-101-13/+5
* pktgen: display IPv4 address in human-readable formatAmerigo Wang2012-10-101-2/+2
* pktgen: set different default min_pkt_size for different protocolsAmerigo Wang2012-10-101-7/+20
* pktgen: fix crash when generating IPv6 packetsAmerigo Wang2012-10-101-1/+1
* vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-081-2/+5
* net: gro: selective flush of packetsEric Dumazet2012-10-081-7/+31
* net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet2012-10-071-6/+8
* net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com2012-10-071-4/+2
* net: remove skb recyclingEric Dumazet2012-10-071-47/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-022-28/+13
|\
| * make get_file() return its argumentAl Viro2012-09-261-2/+1
| * new helper: iterate_fd()Al Viro2012-09-261-26/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-0219-206/+394
|\ \
| * | netlink: add attributes to fdb interfacestephen hemminger2012-10-011-2/+4
| * | net: add gro_cells infrastructureEric Dumazet2012-10-011-0/+2
| * | use skb_end_offset() in skb_try_coalesce()Weiping Pan2012-10-011-2/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-283-4/+8
| |\|
| * | net: use bigger pages in __netdev_alloc_fragEric Dumazet2012-09-271-16/+30
| * | net: remove sk_init() helperEric Dumazet2012-09-271-13/+0
| * | filter: add XOR instruction for use with X/KDaniel Borkmann2012-09-241-3/+9
| * | net: use a per task frag allocatorEric Dumazet2012-09-242-30/+56
| * | 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
| |\ \
| * | | 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: 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
| | |\ \ \ \
| | * | | | | 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