summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2012-12-07net: call notifiers for mtu change even if iface is not upJiri Pirko
2012-12-06net: fix some compiler warning in net/core/neighbour.cCong Wang
2012-12-05net: neighbour: prohibit negative value for unres_qlen_bytes parameterShan Wei
2012-12-04net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADDSerge Hallyn
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen
2012-11-29core: make GRO methods static.Rami Rosen
2012-11-26sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-11-20net: Remove redundant null check before kfree in dev.cSachin Kamat
2012-11-20net: remove unnecessary wireless includesJohannes Berg
2012-11-19net: core: use this_cpu_ptr per-cpu helperShan Wei
2012-11-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-19net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman
2012-11-19net: Allow userns root control of the core of the network stack.Eric W. Biederman
2012-11-19net: Allow userns root to force the scm credsEric W. Biederman
2012-11-19net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-11-19net: Don't export sysctls to unprivileged usersEric W. Biederman
2012-11-19userns: make each net (net_ns) belong to a user_nsEric W. Biederman
2012-11-19netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman
2012-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-16wireless: add back sysfs directoryJohannes Berg
2012-11-16net-rps: Fix brokeness causing OOO packetsTom Herbert
2012-11-16net: use right lock in __dev_remove_offloadEric Dumazet
2012-11-15net: correct check in dev_addr_del()Jiri Pirko
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich
2012-11-15net: Add generic packet offload infrastructure.Vlad Yasevich
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-07af-packet: fix oops when socket is not presentEric Leblond
2012-11-03net: fix bridge notify hook to manage flags correctlyJohn Fastabend
2012-11-03rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend
2012-11-03pktgen: clean up ktime_t helpersDaniel Borkmann
2012-11-03net: Fix continued iteration in rtnl_bridge_getlink()Ben Hutchings
2012-11-03skb: api to report errors for zero copy skbsMichael S. Tsirkin
2012-11-03skb: report completion status for zero copy skbsMichael S. Tsirkin
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov
2012-10-31net: filter: add vlan tag accessEric Dumazet
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend
2012-10-31net: set and query VEB/VEPA bridge mode via PF_BRIDGEJohn Fastabend
2012-10-31net: create generic bridge opsJohn Fastabend
2012-10-26cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner
2012-10-26cgroup: net_cls: Remove rcu_read_lock/unlockDaniel Wagner
2012-10-26cgroup: net_prio: Mark local used function staticDaniel Wagner
2012-10-23netlink: cleanup the unnecessary return value checkHans Zhang
2012-10-22net: fix secpath kmemleakEric Dumazet
2012-10-22net:dev: remove double indentical assignment in dev_change_net_namespace().Rami Rosen
2012-10-22sockopt: Make SO_BINDTODEVICE readablePavel Emelyanov
2012-10-22pktgen: Use ipv6_addr_anyJoe Perches
2012-10-12net: add doc for in4_pton()Amerigo Wang