summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-251-0/+20
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-0/+20
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-191-0/+20
| | |\
| | | * wireless: add back sysfs directoryJohannes Berg2012-11-161-0/+20
* | | | net: Remove redundant null check before kfree in dev.cSachin Kamat2012-11-201-4/+2
* | | | net: remove unnecessary wireless includesJohannes Berg2012-11-191-2/+0
* | | | net: core: use this_cpu_ptr per-cpu helperShan Wei2012-11-191-3/+1
* | | | net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-183-24/+4
* | | | net: Allow userns root control of the core of the network stack.Eric W. Biederman2012-11-184-13/+28
* | | | net: Allow userns root to force the scm credsEric W. Biederman2012-11-181-3/+3
* | | | net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-183-1/+31
* | | | net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-182-0/+9
* | | | userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-181-4/+12
* | | | netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-181-7/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-172-2/+5
|\ \ \ \ | |/ / /
| * | | net-rps: Fix brokeness causing OOO packetsTom Herbert2012-11-161-1/+3
| * | | net: correct check in dev_addr_del()Jiri Pirko2012-11-151-1/+2
* | | | net: use right lock in __dev_remove_offloadEric Dumazet2012-11-161-2/+2
* | | | net: Remove code duplication between offload structuresVlad Yasevich2012-11-151-7/+7
* | | | net: Switch to using the new packet offload infrustructureVlad Yasevich2012-11-151-10/+9
* | | | net: Add generic packet offload infrastructure.Vlad Yasevich2012-11-151-0/+80
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-103-4/+7
|\ \ \ \ | |/ / /
| * | | af-packet: fix oops when socket is not presentEric Leblond2012-11-071-1/+1
| * | | rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend2012-11-031-1/+2
| * | | net: fix secpath kmemleakEric Dumazet2012-10-221-2/+4
| |/ /
* | | net: fix bridge notify hook to manage flags correctlyJohn Fastabend2012-11-031-8/+18
* | | pktgen: clean up ktime_t helpersDaniel Borkmann2012-11-031-28/+13
* | | net: Fix continued iteration in rtnl_bridge_getlink()Ben Hutchings2012-11-021-16/+7
* | | skb: api to report errors for zero copy skbsMichael S. Tsirkin2012-11-021-0/+20
* | | skb: report completion status for zero copy skbsMichael S. Tsirkin2012-11-021-2/+2
* | | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-012-0/+136
* | | net: filter: add vlan tag accessEric Dumazet2012-10-311-0/+9
* | | ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend2012-10-311-0/+50
* | | net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend2012-10-311-4/+81
* | | net: create generic bridge opsJohn Fastabend2012-10-311-0/+80
* | | cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner2012-10-261-3/+3
* | | cgroup: net_cls: Remove rcu_read_lock/unlockDaniel Wagner2012-10-261-2/+0
* | | cgroup: net_prio: Mark local used function staticDaniel Wagner2012-10-261-1/+1
* | | netlink: cleanup the unnecessary return value checkHans Zhang2012-10-231-3/+3
* | | net:dev: remove double indentical assignment in dev_change_net_namespace().Rami Rosen2012-10-211-1/+0
* | | sockopt: Make SO_BINDTODEVICE readablePavel Emelyanov2012-10-211-0/+3
* | | pktgen: Use ipv6_addr_anyJoe Perches2012-10-211-5/+1
|/ /
* | 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
OpenPOWER on IntegriCloud