summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+20
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+20
2012-11-20net: Remove redundant null check before kfree in dev.cSachin Kamat1-4/+2
2012-11-20net: remove unnecessary wireless includesJohannes Berg1-2/+0
2012-11-20net: core: use this_cpu_ptr per-cpu helperShan Wei1-3/+1
2012-11-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+20
2012-11-19net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman3-24/+4
2012-11-19net: Allow userns root control of the core of the network stack.Eric W. Biederman4-13/+28
2012-11-19net: Allow userns root to force the scm credsEric W. Biederman1-3/+3
2012-11-19net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman3-1/+31
2012-11-19net: Don't export sysctls to unprivileged usersEric W. Biederman2-0/+9
2012-11-19userns: make each net (net_ns) belong to a user_nsEric W. Biederman1-4/+12
2012-11-19netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman1-7/+0
2012-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5
2012-11-17wireless: add back sysfs directoryJohannes Berg1-0/+20
2012-11-16net-rps: Fix brokeness causing OOO packetsTom Herbert1-1/+3
2012-11-16net: use right lock in __dev_remove_offloadEric Dumazet1-2/+2
2012-11-16net: correct check in dev_addr_del()Jiri Pirko1-1/+2
2012-11-16net: Remove code duplication between offload structuresVlad Yasevich1-7/+7
2012-11-16net: Switch to using the new packet offload infrustructureVlad Yasevich1-10/+9
2012-11-16net: Add generic packet offload infrastructure.Vlad Yasevich1-0/+80
2012-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+7
2012-11-08af-packet: fix oops when socket is not presentEric Leblond1-1/+1
2012-11-03net: fix bridge notify hook to manage flags correctlyJohn Fastabend1-8/+18
2012-11-03rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend1-1/+2
2012-11-03pktgen: clean up ktime_t helpersDaniel Borkmann1-28/+13
2012-11-03net: Fix continued iteration in rtnl_bridge_getlink()Ben Hutchings1-16/+7
2012-11-03skb: api to report errors for zero copy skbsMichael S. Tsirkin1-0/+20
2012-11-03skb: report completion status for zero copy skbsMichael S. Tsirkin1-2/+2
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2-0/+136
2012-10-31net: filter: add vlan tag accessEric Dumazet1-0/+9
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend1-0/+50
2012-10-31net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend1-4/+81
2012-10-31net: create generic bridge opsJohn Fastabend1-0/+80
2012-10-26cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner1-3/+3
2012-10-26cgroup: net_cls: Remove rcu_read_lock/unlockDaniel Wagner1-2/+0
2012-10-26cgroup: net_prio: Mark local used function staticDaniel Wagner1-1/+1
2012-10-23netlink: cleanup the unnecessary return value checkHans Zhang1-3/+3
2012-10-22net: fix secpath kmemleakEric Dumazet1-2/+4
2012-10-22net:dev: remove double indentical assignment in dev_change_net_namespace().Rami Rosen1-1/+0
2012-10-22sockopt: Make SO_BINDTODEVICE readablePavel Emelyanov1-0/+3
2012-10-22pktgen: Use ipv6_addr_anyJoe Perches1-5/+1
2012-10-12net: add doc for in4_pton()Amerigo Wang1-0/+12
2012-10-12net: add doc for in6_pton()Amerigo Wang1-0/+12
2012-10-11pktgen: replace scan_ip6() with in6_pton()Amerigo Wang1-97/+4
2012-10-11pktgen: enable automatic IPv6 address settingAmerigo Wang1-13/+5
2012-10-11pktgen: display IPv4 address in human-readable formatAmerigo Wang1-2/+2
2012-10-11pktgen: set different default min_pkt_size for different protocolsAmerigo Wang1-7/+20
2012-10-11pktgen: fix crash when generating IPv6 packetsAmerigo Wang1-1/+1
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl1-2/+5