summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-06-21batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann7-74/+80
2012-06-21batman-adv: Prefix ring_buffer non-static functions with batadv_Sven Eckelmann3-11/+13
2012-06-21batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann13-131/+134
2012-06-21batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann5-11/+11
2012-06-21batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann6-16/+16
2012-06-21batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann6-41/+43
2012-06-21batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann4-12/+16
2012-06-21batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann10-46/+51
2012-06-21batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann8-58/+62
2012-06-21batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann4-11/+11
2012-06-21batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann5-20/+21
2012-06-21batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann5-16/+17
2012-06-21batman-adv: Prefix bat_algo non-static functions with batadv_Sven Eckelmann3-3/+3
2012-06-20ipv4: Early TCP socket demux.David S. Miller6-22/+104
2012-06-20inet: Sanitize inet{,6} protocol demux.David S. Miller8-45/+31
2012-06-20Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2-31/+135
2012-06-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller27-1451/+2555
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-19Merge 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-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
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