aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich1-10/+9
2012-11-15net: Add generic packet offload infrastructure.Vlad Yasevich1-0/+80
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+7
2012-11-07af-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-02net: Fix continued iteration in rtnl_bridge_getlink()Ben Hutchings1-16/+7
2012-11-02skb: api to report errors for zero copy skbsMichael S. Tsirkin1-0/+20
2012-11-02skb: 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-21net:dev: remove double indentical assignment in dev_change_net_namespace().Rami Rosen1-1/+0
2012-10-21sockopt: Make SO_BINDTODEVICE readablePavel Emelyanov1-0/+3
2012-10-21pktgen: 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-10pktgen: replace scan_ip6() with in6_pton()Amerigo Wang1-97/+4
2012-10-10pktgen: enable automatic IPv6 address settingAmerigo Wang1-13/+5
2012-10-10pktgen: display IPv4 address in human-readable formatAmerigo Wang1-2/+2
2012-10-10pktgen: set different default min_pkt_size for different protocolsAmerigo Wang1-7/+20
2012-10-10pktgen: fix crash when generating IPv6 packetsAmerigo Wang1-1/+1
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl1-2/+5
2012-10-08net: gro: selective flush of packetsEric Dumazet1-7/+31
2012-10-07net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet1-6/+8
2012-10-07net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com1-4/+2
2012-10-07net: remove skb recyclingEric Dumazet1-47/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-28/+13
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-206/+394
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-17/+33
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+11
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-22/+4
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-18/+9
2012-10-01netlink: add attributes to fdb interfacestephen hemminger1-2/+4
2012-10-01net: add gro_cells infrastructureEric Dumazet1-0/+2
2012-10-01use skb_end_offset() in skb_try_coalesce()Weiping Pan1-2/+1
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+13
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+8
2012-09-27net: use bigger pages in __netdev_alloc_fragEric Dumazet1-16/+30
2012-09-27net: remove sk_init() helperEric Dumazet1-13/+0
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-09-26new helper: iterate_fd()Al Viro1-26/+12