summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-06-28netlink: Get rid of obsolete rtnetlink macrosThomas Graf1-129/+0
2012-06-28ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet3-6/+6
2012-06-27netlink: Delete NLMSG_PUT and NLMSG_NEW.David S. Miller1-8/+0
2012-06-27team: remove unused rcu_head field from team_port structJiri Pirko1-1/+0
2012-06-27team: do not allow to map disabled portsJiri Pirko1-0/+2
2012-06-27drivers/ieee802154: add support for the at86rf230/231 transceiversalex.bluesman.smirnov@gmail.com1-0/+31
2012-06-27mac802154: add wpan device-class supportalex.bluesman.smirnov@gmail.com2-12/+10
2012-06-26caif-hsi: Remove use of module parametersSjur Brændeland1-4/+10
2012-06-26caif-hsi: Replace platform device with ops structure.Sjur Brændeland1-19/+19
2012-06-26caif-hsi: Add rtnl supportSjur Brændeland1-1/+20
2012-06-26net: struct sock cleanupsEric Dumazet1-1/+2
2012-06-26net: Remove 'unlikely' qualifier in skb_steal_sock()Vijay Subramanian1-1/+1
2012-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-1/+5
2012-06-23ipv4: Don't add deprecated new binary sysctl value.David S. Miller1-1/+0
2012-06-23ipv4: tcp: dont cache output dst for syncookiesEric Dumazet2-1/+3
2012-06-23ipv4: Add sysctl knob to control early socket demuxAlexander Duyck2-0/+4
2012-06-22netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso1-1/+5
2012-06-20netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso1-1/+1
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-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+12
2012-06-18net: remove my future former mail addressRémi Denis-Courmont1-1/+1
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