summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-06-20ipv4: Early TCP socket demux.David S. Miller4-2/+6
2012-06-20inet: Sanitize inet{,6} protocol demux.David S. Miller1-2/+5
2012-06-20team: add port_[enabled/disabled] mode callbacksJiri Pirko1-0/+2
2012-06-20team: allow async option changesJiri Pirko1-0/+3
2012-06-20team: push array_index and port into separate structureJiri Pirko1-2/+7
2012-06-20team: introduce array optionsJiri Pirko1-0/+3
2012-06-20team: add mode priv to portJiri Pirko1-0/+2
2012-06-20team: make team_mode struct constJiri Pirko1-3/+2
2012-06-20Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller5-17/+85
2012-06-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-212/+298
2012-06-19candev: add/update helpers for CAN FDOliver Hartkopp1-8/+25
2012-06-19canfd: add support for CAN FD in CAN_RAW socketsOliver Hartkopp1-1/+2
2012-06-19canfd: add support for CAN FD in PF_CAN coreOliver Hartkopp1-2/+2
2012-06-19canfd: add new data structures and constantsOliver Hartkopp2-6/+56
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-212/+298
2012-06-19netfilter: fix missing symbols if CONFIG_NETFILTER_NETLINK_QUEUE_CT unsetPablo Neira Ayuso1-1/+1
2012-06-19netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabledPablo Neira Ayuso1-0/+43
2012-06-17Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller14-39/+121
2012-06-17include/net/dst.h: neaten asterisk placementEldad Zack1-9/+8
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso6-1/+71
2012-06-16netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso2-0/+2
2012-06-16netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso2-0/+6
2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso2-0/+13
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso3-33/+19
2012-06-16netfilter: nf_ct_ext: support variable length extensionsPablo Neira Ayuso1-3/+6
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso2-2/+4
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller1-2/+0
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-48/+267
2012-06-16ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf1-0/+2
2012-06-16net: remove skb_orphan_try()Eric Dumazet1-5/+2
2012-06-16ipv6: Handle PMTU in ICMP error handlers.David S. Miller1-4/+4
2012-06-15ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-1/+4
2012-06-14Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+7
2012-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-14/+25
2012-06-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+12
2012-06-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville5-212/+286
2012-06-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+6
2012-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+21
2012-06-13Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and...Paul Mundt260-1502/+6050
2012-06-13net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado1-0/+1
2012-06-13usbnet: remove flag of EVENT_DEV_WAKINGtom.leiming@gmail.com1-3/+2
2012-06-13bonding: Fix corrupted queue_mappingEric Dumazet1-2/+5
2012-06-13ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf1-0/+2
2012-06-13Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller1-0/+5
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-27/+103
2012-06-12drm: increase DRM_OBJECT_MAX_PROPERTY to 24Paulo Zanoni1-1/+1
2012-06-12inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller2-2/+2
2012-06-12net: keep name_hlist close to nameEric Dumazet1-3/+4
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller10-53/+101