summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * batman-adv: Prefix bat_sysfs local static functions with batadv_Sven Eckelmann2012-06-251-117/+138
| * batman-adv: Prefix bat_iv_ogm local static functions with batadv_Sven Eckelmann2012-06-251-127/+130
| * batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-2516-395/+414
| * batman-adv: Prefix unicast static inline functions with batadv_Sven Eckelmann2012-06-242-2/+3
| * batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann2012-06-248-32/+37
| * batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann2012-06-245-35/+42
| * batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-2414-83/+84
| * batman-adv: Prefix bitarray static inline functions with batadv_Sven Eckelmann2012-06-244-15/+16
| * batman-adv: Prefix bat_debugfs local static functions with batadv_Sven Eckelmann2012-06-241-71/+72
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-2515-40/+64
|\ \ | |/ |/|
| * ipv6: fib: fix fib dump restartEric Dumazet2012-06-251-2/+2
| * batman-adv: fix race condition in TT full-table replacementAntonio Quartulli2012-06-231-2/+2
| * batman-adv: only drop packets of known wifi clientsMarek Lindner2012-06-231-4/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-222-7/+9
| |\
| | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-06-192-7/+9
| | |\
| | | * Bluetooth: Fix sending HCI_Disconnect only when connectedVishal Agarwal2012-06-141-1/+1
| | | * Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc2012-06-111-6/+8
| * | | batman-adv: fix skb->data assignmentAntonio Quartulli2012-06-191-0/+2
| * | | sctp: fix warning when compiling without IPv6Daniel Halperin2012-06-191-0/+2
| * | | ipv6: Move ipv6 proc file registration to end of init orderThomas Graf2012-06-181-10/+31
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-189-9/+91
| |\| |
| * | | net: remove my future former mail addressRĂ©mi Denis-Courmont2012-06-179-15/+14
* | | | tcp: Fix bug in tcp socket early demuxVijay Subramanian2012-06-231-1/+1
* | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-06-234-9/+16
|\ \ \ \
| * | | | netfilter: ctnetlink: fix compilation with NF_CONNTRACK_EVENTS=nPablo Neira Ayuso2012-06-231-1/+1
| * | | | netfilter: nfnetlink_queue: fix sparse warning due to missing includePablo Neira Ayuso2012-06-231-0/+1
| * | | | netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso2012-06-224-7/+13
| * | | | netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso2012-06-201-1/+1
* | | | | ipv4: tcp: dont cache output dst for syncookiesEric Dumazet2012-06-224-9/+18
* | | | | ipv4: Add sysctl knob to control early socket demuxAlexander Duyck2012-06-222-9/+20
* | | | | net: dcb: fix small regression in __dcbnl_pg_setcfg()John Fastabend2012-06-211-2/+1
* | | | | tcp: Validate route interface in early demux.David S. Miller2012-06-211-3/+9
* | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-06-2140-1154/+1171
|\ \ \ \ \
| * | | | | batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-2040-388/+349
| * | | | | batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-2013-97/+99
| * | | | | batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann2012-06-205-26/+26
| * | | | | batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann2012-06-205-22/+25
| * | | | | batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann2012-06-2011-107/+125
| * | | | | batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann2012-06-206-27/+27
| * | | | | batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann2012-06-2011-41/+46
| * | | | | batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann2012-06-207-74/+80
| * | | | | batman-adv: Prefix ring_buffer non-static functions with batadv_Sven Eckelmann2012-06-203-11/+13
| * | | | | batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-2013-131/+134
| * | | | | batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann2012-06-205-11/+11
| * | | | | batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann2012-06-206-16/+16
| * | | | | batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann2012-06-206-41/+43
| * | | | | batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann2012-06-204-12/+16
| * | | | | batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann2012-06-2010-46/+51
| * | | | | batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann2012-06-208-58/+62
| * | | | | batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann2012-06-204-11/+11