summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-03-01rtnetlink: Fix VF IFLA policyGreg Rose1-0/+2
2012-03-01Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller20-349/+288
2012-02-29tipc: Optimize setting of immutable payload message header fieldsAllan Stephens1-8/+0
2012-02-29tipc: Eliminate obsolete code for re-sending a messageAllan Stephens1-2/+0
2012-02-29tipc: Un-inline port routine for processing incoming messagesAllan Stephens2-41/+44
2012-02-29Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller39-156/+141
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann9-45/+44
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-101/+174
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-128/+220
2012-02-26netfilter: ctnetlink: support kernel-space dump filtering by ctmarkPablo Neira Ayuso1-1/+34
2012-02-26netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso1-0/+1
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso9-34/+66
2012-02-25Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2-11/+38
2012-02-25gre: fix spelling in commentsstephen hemminger1-5/+5
2012-02-25tipc: Eliminate support for tipc_mode global variableAllan Stephens6-20/+5
2012-02-25tipc: Eliminate obsolete support for "not running" modeAllan Stephens3-15/+4
2012-02-25tipc: Revert name table translation optimizationAllan Stephens2-5/+14
2012-02-25tipc: Minor optimization to broadcast link synchronization logicAllan Stephens1-3/+1
2012-02-25tipc: Remove obsolete comments about routing table updatesAllan Stephens1-46/+0
2012-02-25tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens10-91/+67
2012-02-25tipc: Hide internal details of node table implementationAllan Stephens2-12/+13
2012-02-25tipc: Eliminate a test for negative unsigned quantitiesAllan Stephens1-2/+1
2012-02-25tipc: nuke the delimit static inline function.Paul Gortmaker3-15/+5
2012-02-25tipc: Add check to prevent insertion of duplicate name table entriesAllan Stephens1-0/+7
2012-02-25tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens5-27/+6
2012-02-25tipc: Remove duplicate check of message destination nodeAllan Stephens2-52/+46
2012-02-25tipc: Detect duplicate nodes using different network interfacesAllan Stephens1-14/+58
2012-02-25tipc: Introduce node signature field in neighbor discovery messageAllan Stephens4-0/+21
2012-02-24net: Add missing getsockopt for SO_NOFCS.David S. Miller1-0/+3
2012-02-24netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2-34/+50
2012-02-24Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries"Pablo Neira Ayuso1-16/+27
2012-02-24net: Support RX-ALL feature flag.Ben Greear1-0/+1
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear3-4/+34
2012-02-24net: Support RXFCS feature flag.Ben Greear1-0/+1
2012-02-24br_device: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-24ipsec: be careful of non existing mac headersEric Dumazet4-17/+6
2012-02-23Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller3-36/+49
2012-02-23netfilter: ip6_route_output() never returns NULL.RongQing.Li1-2/+3
2012-02-23ipv6: ip6_route_output() never returns NULL.RongQing.Li2-3/+6
2012-02-22af_unix: MSG_TRUNC support for dgram socketsEric Dumazet1-1/+1
2012-02-22net/ieee802154/6lowpan.c: reuse eth_mac_addr()Danny Kukawka1-14/+2
2012-02-22atm: clip: remove clip_tblEric Dumazet1-4/+6
2012-02-22ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller1-0/+1
2012-02-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller33-1840/+1437
2012-02-22rtnetlink: Fix problem with buffer allocationGreg Rose1-21/+57
2012-02-22neighbour: Fixed race condition at tbl->nhtMichel Machado1-0/+2
2012-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville33-1840/+1437
2012-02-22unix: Support peeking offset for stream socketsPavel Emelyanov1-2/+18
2012-02-22unix: Support peeking offset for datagram and seqpacket socketsPavel Emelyanov1-5/+25
2012-02-22sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+13