summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-06-23batman-adv: fix race condition in TT full-table replacementAntonio Quartulli1-2/+2
2012-06-23batman-adv: only drop packets of known wifi clientsMarek Lindner1-4/+4
2012-06-22ipv4: tcp: dont cache output dst for syncookiesEric Dumazet4-9/+18
2012-06-23netfilter: ctnetlink: fix compilation with NF_CONNTRACK_EVENTS=nPablo Neira Ayuso1-1/+1
2012-06-23netfilter: nfnetlink_queue: fix sparse warning due to missing includePablo Neira Ayuso1-0/+1
2012-06-22ipv4: Add sysctl knob to control early socket demuxAlexander Duyck2-9/+20
2012-06-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-7/+9
2012-06-22netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso4-7/+13
2012-06-21net: dcb: fix small regression in __dcbnl_pg_setcfg()John Fastabend1-2/+1
2012-06-21tcp: Validate route interface in early demux.David S. Miller1-3/+9
2012-06-21Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller40-1154/+1171
2012-06-20inetpeer: inetpeer_invalidate_tree() cleanupEric Dumazet1-19/+15
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann40-388/+349
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann13-97/+99
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann5-26/+26
2012-06-20batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann5-22/+25
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann11-107/+125
2012-06-20batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann6-27/+27
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann11-41/+46
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann7-74/+80
2012-06-20batman-adv: Prefix ring_buffer non-static functions with batadv_Sven Eckelmann3-11/+13
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann13-131/+134
2012-06-20batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann5-11/+11
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann6-16/+16
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann6-41/+43
2012-06-20batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann4-12/+16
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann10-46/+51
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann8-58/+62
2012-06-20batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann4-11/+11
2012-06-20batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann5-20/+21
2012-06-20batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann5-16/+17
2012-06-20batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann3-3/+3
2012-06-20netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso1-1/+1
2012-06-19ipv4: Early TCP socket demux.David S. Miller6-22/+104
2012-06-19inet: Sanitize inet{,6} protocol demux.David S. Miller8-45/+31
2012-06-19batman-adv: fix skb->data assignmentAntonio Quartulli1-0/+2
2012-06-19Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2-31/+135
2012-06-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller27-1451/+2555
2012-06-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-7/+9
2012-06-19canfd: add support for CAN FD in CAN_RAW socketsOliver Hartkopp1-4/+46
2012-06-19canfd: add support for CAN FD in PF_CAN coreOliver Hartkopp1-27/+82
2012-06-19canfd: add new data structures and constantsOliver Hartkopp1-0/+7
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville27-1451/+2555
2012-06-19sctp: fix warning when compiling without IPv6Daniel Halperin1-0/+2
2012-06-18Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller6-67/+144
2012-06-19netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabledPablo Neira Ayuso5-47/+121
2012-06-18ipv6: Move ipv6 proc file registration to end of init orderThomas Graf1-10/+31
2012-06-19netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unsetPablo Neira Ayuso2-9/+13
2012-06-19netfilter: nf_ct_helper: disable automatic helper re-assignment of different ...Pablo Neira Ayuso1-1/+7
2012-06-19netfilter: ctnetlink: fix NULL dereference while trying to change helperPablo Neira Ayuso1-10/+3