summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-06-186-67/+144
|\
| * netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabledPablo Neira Ayuso2012-06-195-47/+121
| * netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unsetPablo Neira Ayuso2012-06-192-9/+13
| * netfilter: nf_ct_helper: disable automatic helper re-assignment of different ...Pablo Neira Ayuso2012-06-191-1/+7
| * netfilter: ctnetlink: fix NULL dereference while trying to change helperPablo Neira Ayuso2012-06-191-10/+3
* | batman-adv: only store changed gw_bandwidth valuesMarek Lindner2012-06-181-0/+3
* | batman-adv: fix locking in hash_add()Matthias Schiffer2012-06-181-9/+6
* | batman-adv: use DBG_ALL in log_level sysfs definitionAntonio Quartulli2012-06-181-1/+1
* | batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner2012-06-185-104/+118
* | batman-adv: fix visualization output without neighbors on the primary interfaceMatthias Schiffer2012-06-181-7/+14
* | batman-adv: don't bother flipping ->tt_crcAl Viro2012-06-182-9/+3
* | batman-adv: don't bother flipping ->tt_dataAl Viro2012-06-183-12/+10
* | batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-1810-48/+58
* | batman-adv: keep batman_ogm_packet ->seqno net-endian all alongAl Viro2012-06-182-12/+12
* | batman-adv: trivial endianness annotationsAl Viro2012-06-182-9/+9
* | batman-adv: get rid of pointless cast in memcpy()Al Viro2012-06-181-1/+1
* | batman-adv: return added entries instead of number of possibly added entriesMarek Lindner2012-06-181-1/+1
* | batman-adv: ignore trailing CR when comparing protocol namesMarek Lindner2012-06-181-3/+8
* | batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner2012-06-182-2/+2
* | batman-adv: Add get_ethtool_stats() supportMartin Hundebøll2012-06-187-3/+138
* | batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_tAntonio Quartulli2012-06-183-4/+3
* | batman-adv: Initialize lockdep class keys for hashesSven Eckelmann2012-06-183-0/+26
* | batman-adv: fix skb->data assignmentAntonio Quartulli2012-06-181-0/+2
* | batman-adv: update internal version numberSven Eckelmann2012-06-181-1/+1
|/
* ipv4: Cap ADVMSS metric in the FIB rather than the routing cache.David S. Miller2012-06-172-3/+6
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-06-1625-144/+1116
|\
| * netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2012-06-166-25/+768
| * netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso2012-06-161-5/+18
| * netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso2012-06-163-8/+28
| * netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso2012-06-163-1/+195
| * netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-1614-73/+92
| * netfilter: nf_ct_ext: support variable length extensionsPablo Neira Ayuso2012-06-161-7/+9
| * netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso2012-06-165-29/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-162-22/+12
|\ \
| * | Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2012-06-162-22/+12
* | | ipv6: Fix types of ip6_update_pmtu().David S. Miller2012-06-151-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-156-47/+33
|\ \ \ | |/ /
| * | ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2012-06-152-12/+22
| * | net: remove skb_orphan_try()Eric Dumazet2012-06-153-26/+1
| * | netpoll: fix netpoll_send_udp() bugsEric Dumazet2012-06-131-5/+6
* | | ipv6: Handle PMTU in ICMP error handlers.David S. Miller2012-06-159-118/+50
* | | ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-1410-12/+68
* | | dcbnl: Use BUG_ON() instead of BUG()Thomas Graf2012-06-141-4/+1
* | | dcbnl: Silence harmless gcc warning about uninitialized reply_nlhThomas Graf2012-06-141-1/+1
* | | dcbnl: Use type safe nlmsg_data()Thomas Graf2012-06-131-1/+1
* | | dcbnl: Move dcb app allocation into dcb_app_add()Thomas Graf2012-06-131-25/+22
* | | dcbnl: Move dcb app lookup code into dcb_app_lookup()Thomas Graf2012-06-131-46/+35
* | | dcbnl: Return consistent error codesThomas Graf2012-06-131-135/+138
OpenPOWER on IntegriCloud