| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 2012-06-18 | 6 | -67/+144 |
|\ |
|
| * | netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled | Pablo Neira Ayuso | 2012-06-19 | 5 | -47/+121 |
| * | netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unset | Pablo Neira Ayuso | 2012-06-19 | 2 | -9/+13 |
| * | netfilter: nf_ct_helper: disable automatic helper re-assignment of different ... | Pablo Neira Ayuso | 2012-06-19 | 1 | -1/+7 |
| * | netfilter: ctnetlink: fix NULL dereference while trying to change helper | Pablo Neira Ayuso | 2012-06-19 | 1 | -10/+3 |
* | | batman-adv: only store changed gw_bandwidth values | Marek Lindner | 2012-06-18 | 1 | -0/+3 |
* | | batman-adv: fix locking in hash_add() | Matthias Schiffer | 2012-06-18 | 1 | -9/+6 |
* | | batman-adv: use DBG_ALL in log_level sysfs definition | Antonio Quartulli | 2012-06-18 | 1 | -1/+1 |
* | | batman-adv: turn tt commit code into routing protocol agnostic API | Marek Lindner | 2012-06-18 | 5 | -104/+118 |
* | | batman-adv: fix visualization output without neighbors on the primary interface | Matthias Schiffer | 2012-06-18 | 1 | -7/+14 |
* | | batman-adv: don't bother flipping ->tt_crc | Al Viro | 2012-06-18 | 2 | -9/+3 |
* | | batman-adv: don't bother flipping ->tt_data | Al Viro | 2012-06-18 | 3 | -12/+10 |
* | | batman-adv: Return error codes instead of -1 on failures | Sven Eckelmann | 2012-06-18 | 10 | -48/+58 |
* | | batman-adv: keep batman_ogm_packet ->seqno net-endian all along | Al Viro | 2012-06-18 | 2 | -12/+12 |
* | | batman-adv: trivial endianness annotations | Al Viro | 2012-06-18 | 2 | -9/+9 |
* | | batman-adv: get rid of pointless cast in memcpy() | Al Viro | 2012-06-18 | 1 | -1/+1 |
* | | batman-adv: return added entries instead of number of possibly added entries | Marek Lindner | 2012-06-18 | 1 | -1/+1 |
* | | batman-adv: ignore trailing CR when comparing protocol names | Marek Lindner | 2012-06-18 | 1 | -3/+8 |
* | | batman-adv: avoid characters requiring shell escapes in protocol names | Marek Lindner | 2012-06-18 | 2 | -2/+2 |
* | | batman-adv: Add get_ethtool_stats() support | Martin Hundebøll | 2012-06-18 | 7 | -3/+138 |
* | | batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t | Antonio Quartulli | 2012-06-18 | 3 | -4/+3 |
* | | batman-adv: Initialize lockdep class keys for hashes | Sven Eckelmann | 2012-06-18 | 3 | -0/+26 |
* | | batman-adv: fix skb->data assignment | Antonio Quartulli | 2012-06-18 | 1 | -0/+2 |
* | | batman-adv: update internal version number | Sven Eckelmann | 2012-06-18 | 1 | -1/+1 |
|/ |
|
* | ipv4: Cap ADVMSS metric in the FIB rather than the routing cache. | David S. Miller | 2012-06-17 | 2 | -3/+6 |
* | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 2012-06-16 | 25 | -144/+1116 |
|\ |
|
| * | netfilter: add user-space connection tracking helper infrastructure | Pablo Neira Ayuso | 2012-06-16 | 6 | -25/+768 |
| * | netfilter: ctnetlink: add CTA_HELP_INFO attribute | Pablo Neira Ayuso | 2012-06-16 | 1 | -5/+18 |
| * | netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled | Pablo Neira Ayuso | 2012-06-16 | 3 | -8/+28 |
| * | netfilter: add glue code to integrate nfnetlink_queue and ctnetlink | Pablo Neira Ayuso | 2012-06-16 | 3 | -1/+195 |
| * | netfilter: nf_ct_helper: implement variable length helper private data | Pablo Neira Ayuso | 2012-06-16 | 14 | -73/+92 |
| * | netfilter: nf_ct_ext: support variable length extensions | Pablo Neira Ayuso | 2012-06-16 | 1 | -7/+9 |
| * | netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names | Pablo Neira Ayuso | 2012-06-16 | 5 | -29/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-06-16 | 2 | -22/+12 |
|\ \ |
|
| * | | Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip... | David S. Miller | 2012-06-16 | 2 | -22/+12 |
* | | | ipv6: Fix types of ip6_update_pmtu(). | David S. Miller | 2012-06-15 | 1 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-06-15 | 6 | -47/+33 |
|\ \ \
| |/ / |
|
| * | | ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route | Thomas Graf | 2012-06-15 | 2 | -12/+22 |
| * | | net: remove skb_orphan_try() | Eric Dumazet | 2012-06-15 | 3 | -26/+1 |
| * | | netpoll: fix netpoll_send_udp() bugs | Eric Dumazet | 2012-06-13 | 1 | -5/+6 |
* | | | ipv6: Handle PMTU in ICMP error handlers. | David S. Miller | 2012-06-15 | 9 | -118/+50 |
* | | | ipv4: Handle PMTU in all ICMP error handlers. | David S. Miller | 2012-06-14 | 10 | -12/+68 |
* | | | dcbnl: Use BUG_ON() instead of BUG() | Thomas Graf | 2012-06-14 | 1 | -4/+1 |
* | | | dcbnl: Silence harmless gcc warning about uninitialized reply_nlh | Thomas Graf | 2012-06-14 | 1 | -1/+1 |
* | | | dcbnl: Use type safe nlmsg_data() | Thomas Graf | 2012-06-13 | 1 | -1/+1 |
* | | | dcbnl: Move dcb app allocation into dcb_app_add() | Thomas Graf | 2012-06-13 | 1 | -25/+22 |
* | | | dcbnl: Move dcb app lookup code into dcb_app_lookup() | Thomas Graf | 2012-06-13 | 1 | -46/+35 |
* | | | dcbnl: Return consistent error codes | Thomas Graf | 2012-06-13 | 1 | -135/+138 |
* | | | dcbnl: Use dcbnl_newmsg() where possible | Thomas Graf | 2012-06-13 | 1 | -14/+2 |
* | | | dcbnl: Remove now unused dcbnl_reply() | Thomas Graf | 2012-06-13 | 1 | -37/+0 |