summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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