summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-06-18batman-adv: only store changed gw_bandwidth valuesMarek Lindner1-0/+3
2012-06-18batman-adv: fix locking in hash_add()Matthias Schiffer1-9/+6
2012-06-18batman-adv: use DBG_ALL in log_level sysfs definitionAntonio Quartulli1-1/+1
2012-06-18batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner5-104/+118
2012-06-18batman-adv: fix visualization output without neighbors on the primary interfaceMatthias Schiffer1-7/+14
2012-06-18batman-adv: don't bother flipping ->tt_crcAl Viro2-9/+3
2012-06-18batman-adv: don't bother flipping ->tt_dataAl Viro3-12/+10
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann10-48/+58
2012-06-18batman-adv: keep batman_ogm_packet ->seqno net-endian all alongAl Viro2-12/+12
2012-06-18batman-adv: trivial endianness annotationsAl Viro2-9/+9
2012-06-18batman-adv: get rid of pointless cast in memcpy()Al Viro1-1/+1
2012-06-18batman-adv: return added entries instead of number of possibly added entriesMarek Lindner1-1/+1
2012-06-18batman-adv: ignore trailing CR when comparing protocol namesMarek Lindner1-3/+8
2012-06-18batman-adv: avoid characters requiring shell escapes in protocol namesMarek Lindner2-2/+2
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll7-3/+138
2012-06-18batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_tAntonio Quartulli3-4/+3
2012-06-18batman-adv: Initialize lockdep class keys for hashesSven Eckelmann3-0/+26
2012-06-18batman-adv: fix skb->data assignmentAntonio Quartulli1-0/+2
2012-06-18batman-adv: update internal version numberSven Eckelmann1-1/+1
2012-06-18ipv4: Cap ADVMSS metric in the FIB rather than the routing cache.David S. Miller2-3/+6
2012-06-17Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller25-144/+1116
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso6-25/+768
2012-06-16netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso1-5/+18
2012-06-16netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso3-8/+28
2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso3-1/+195
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso14-73/+92
2012-06-16netfilter: nf_ct_ext: support variable length extensionsPablo Neira Ayuso1-7/+9
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso5-29/+10
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-22/+12
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2-22/+12
2012-06-16ipv6: Fix types of ip6_update_pmtu().David S. Miller1-2/+2
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-47/+33
2012-06-16ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2-12/+22
2012-06-16net: remove skb_orphan_try()Eric Dumazet3-26/+1
2012-06-16ipv6: Handle PMTU in ICMP error handlers.David S. Miller9-118/+50
2012-06-15ipv4: Handle PMTU in all ICMP error handlers.David S. Miller10-12/+68
2012-06-14dcbnl: Use BUG_ON() instead of BUG()Thomas Graf1-4/+1
2012-06-14dcbnl: Silence harmless gcc warning about uninitialized reply_nlhThomas Graf1-1/+1
2012-06-14netpoll: fix netpoll_send_udp() bugsEric Dumazet1-5/+6
2012-06-14dcbnl: Use type safe nlmsg_data()Thomas Graf1-1/+1
2012-06-14dcbnl: Move dcb app allocation into dcb_app_add()Thomas Graf1-25/+22
2012-06-14dcbnl: Move dcb app lookup code into dcb_app_lookup()Thomas Graf1-46/+35
2012-06-14dcbnl: Return consistent error codesThomas Graf1-135/+138
2012-06-14dcbnl: Use dcbnl_newmsg() where possibleThomas Graf1-14/+2
2012-06-14dcbnl: Remove now unused dcbnl_reply()Thomas Graf1-37/+0
2012-06-14dcbnl: Shorten all command handling functionsThomas Graf1-550/+172
2012-06-14dcbnl: Prepare framework to shorten handling functionsThomas Graf1-0/+71
2012-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-53/+71
2012-06-13ethtool: Make more commands available to unprivileged processesBen Hutchings1-0/+5
2012-06-13net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado3-29/+20