summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet-3/+5
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+20
2012-11-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-0/+20
2012-11-16wireless: add back sysfs directoryJohannes Berg-0/+20
2012-11-16net-rps: Fix brokeness causing OOO packetsTom Herbert-1/+3
2012-11-15net: correct check in dev_addr_del()Jiri Pirko-1/+2
2012-11-07af-packet: fix oops when socket is not presentEric Leblond-1/+1
2012-11-03rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend-1/+2
2012-10-22net: fix secpath kmemleakEric Dumazet-2/+4
2012-10-12net: add doc for in4_pton()Amerigo Wang-0/+12
2012-10-12net: add doc for in6_pton()Amerigo Wang-0/+12
2012-10-10pktgen: replace scan_ip6() with in6_pton()Amerigo Wang-97/+4
2012-10-10pktgen: enable automatic IPv6 address settingAmerigo Wang-13/+5
2012-10-10pktgen: display IPv4 address in human-readable formatAmerigo Wang-2/+2
2012-10-10pktgen: set different default min_pkt_size for different protocolsAmerigo Wang-7/+20
2012-10-10pktgen: fix crash when generating IPv6 packetsAmerigo Wang-1/+1
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl-2/+5
2012-10-08net: gro: selective flush of packetsEric Dumazet-7/+31
2012-10-07net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet-6/+8
2012-10-07net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com-4/+2
2012-10-07net: remove skb recyclingEric Dumazet-47/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-28/+13
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-206/+394
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-17/+33
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+11
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-22/+4
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-18/+9
2012-10-01netlink: add attributes to fdb interfacestephen hemminger-2/+4
2012-10-01net: add gro_cells infrastructureEric Dumazet-0/+2
2012-10-01use skb_end_offset() in skb_try_coalesce()Weiping Pan-2/+1
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+13
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+8
2012-09-27net: use bigger pages in __netdev_alloc_fragEric Dumazet-16/+30
2012-09-27net: remove sk_init() helperEric Dumazet-13/+0
2012-09-26make get_file() return its argumentAl Viro-2/+1
2012-09-26new helper: iterate_fd()Al Viro-26/+12
2012-09-24net: guard tcp_set_keepalive() to tcp socketsEric Dumazet-1/+2
2012-09-24filter: add XOR instruction for use with X/KDaniel Borkmann-3/+9
2012-09-24net: use a per task frag allocatorEric Dumazet-30/+56
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin-1/+2
2012-09-19net/core: fix comment in skb_try_coalesceLi RongQing-1/+3
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang-4/+4
2012-09-19netdev: make address const in device address managementstephen hemminger-19/+21
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet-12/+4
2012-09-19net: dev: fix incorrect getting net device's nameGao feng-8/+20
2012-09-19net: more accurate network taps in transmit pathEric Dumazet-3/+6
2012-09-18net: fix memory leak on oom with zerocopyMichael S. Tsirkin-1/+1
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman-1/+1
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches-10/+6
2012-09-17netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches-1/+1