aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli4-4/+34
2013-10-19batman-adv: remove bogus commentAntonio Quartulli1-5/+0
2013-10-19batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing4-48/+108
2013-10-19batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli5-14/+30
2013-10-19batman-adv: add sysfs framework for VLANAntonio Quartulli4-3/+198
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli5-3/+197
2013-10-19batman-adv: make the Distributed ARP Table vlan awareAntonio Quartulli2-48/+107
2013-10-19batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli1-3/+18
2013-10-19batman-adv: print the VID together with the TT entriesAntonio Quartulli2-32/+52
2013-10-19batman-adv: use vid when computing local and global TT CRCAntonio Quartulli1-4/+31
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli13-135/+312
2013-10-19batman-adv: update email address for Marek LindnerMarek Lindner1-1/+1
2013-10-19batman-adv: update email address for Simon WunderlichSimon Wunderlich1-1/+1
2013-10-19batman-adv: check skb preparation return valueAntonio Quartulli1-3/+6
2013-10-18em_ipset: use dev_net() accessorstephen hemminger1-2/+2
2013-10-18tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell1-15/+0
2013-10-18fib: Use const struct nl_info * in rtmsg_fibJoe Perches2-2/+2
2013-10-18ax25: cleanup a range testDan Carpenter1-1/+1
2013-10-18fib_trie: remove duplicated rcu lockbaker.zhang1-2/+0
2013-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-2/+1139
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet2-4/+4
2013-10-18tipc: simplify the link lookup routineErik Hugne1-97/+13
2013-10-18tipc: correct return value of link_cmd_set_value routineYing Xue1-9/+19
2013-10-18tipc: correct return value of recv_msg routineYing Xue2-6/+6
2013-10-18tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue4-18/+10
2013-10-18tipc: make bearer and media naming consistentYing Xue4-57/+57
2013-10-18tipc: silence sparse warningsYing Xue2-5/+5
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue7-78/+49
2013-10-18tipc: don't use memcpy to copy from user spaceYing Xue1-13/+9
2013-10-18net: refactor sk_page_frag_refill()Eric Dumazet1-4/+23
2013-10-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller26-542/+1237
2013-10-17ipv4: shrink rt_cache_statEric Dumazet1-8/+8
2013-10-17Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller63-120/+8785
2013-10-17inet_diag: use sock_gen_put()Eric Dumazet1-6/+3
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville26-542/+1237
2013-10-14netfilter: nf_tables: add ARP filtering supportPablo Neira Ayuso3-0/+107
2013-10-14netfilter: nf_tables: add trace supportPablo Neira Ayuso2-0/+58
2013-10-14netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso3-22/+365
2013-10-14netfilter: nf_tables: add insert operationEric Leblond1-6/+32
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso4-34/+146
2013-10-14netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka8-154/+447
2013-10-14netfilter: nf_tables: add support for dormant tablesPablo Neira Ayuso1-7/+90
2013-10-14netfilter: nf_tables: nft_payload: fix transport header basePablo Neira Ayuso2-2/+2
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso13-70/+1078
2013-10-14netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso10-265/+197
2013-10-14netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy2-28/+72
2013-10-14netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy2-24/+110
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy16-135/+238
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy9-618/+1573
2013-10-14netfilter: add nftablesPatrick McHardy32-0/+5470