aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-29rtnetlink: Fix VF IFLA policyGravatar Greg Rose 1-0/+2
2012-02-29Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar David S. Miller 20-349/+288
2012-02-29tipc: Optimize setting of immutable payload message header fieldsGravatar Allan Stephens 1-8/+0
2012-02-29tipc: Eliminate obsolete code for re-sending a messageGravatar Allan Stephens 1-2/+0
2012-02-29tipc: Un-inline port routine for processing incoming messagesGravatar Allan Stephens 2-41/+44
2012-02-28Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeGravatar David S. Miller 39-156/+141
2012-02-28batman-adv: Fix indentation of multiline statementsGravatar Sven Eckelmann 9-45/+44
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 18-101/+174
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 28-128/+220
2012-02-26netfilter: ctnetlink: support kernel-space dump filtering by ctmarkGravatar Pablo Neira Ayuso 1-1/+34
2012-02-26netlink: allow to pass data pointer to netlink_dump_start() callbackGravatar Pablo Neira Ayuso 1-0/+1
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Gravatar Pablo Neira Ayuso 9-34/+66
2012-02-24Merge branch 'master' of git://1984.lsi.us.es/netGravatar David S. Miller 2-11/+38
2012-02-24gre: fix spelling in commentsGravatar stephen hemminger 1-5/+5
2012-02-24tipc: Eliminate support for tipc_mode global variableGravatar Allan Stephens 6-20/+5
2012-02-24tipc: Eliminate obsolete support for "not running" modeGravatar Allan Stephens 3-15/+4
2012-02-24tipc: Revert name table translation optimizationGravatar Allan Stephens 2-5/+14
2012-02-24tipc: Minor optimization to broadcast link synchronization logicGravatar Allan Stephens 1-3/+1
2012-02-24tipc: Remove obsolete comments about routing table updatesGravatar Allan Stephens 1-46/+0
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesGravatar Allan Stephens 10-91/+67
2012-02-24tipc: Hide internal details of node table implementationGravatar Allan Stephens 2-12/+13
2012-02-24tipc: Eliminate a test for negative unsigned quantitiesGravatar Allan Stephens 1-2/+1
2012-02-24tipc: nuke the delimit static inline function.Gravatar Paul Gortmaker 3-15/+5
2012-02-24tipc: Add check to prevent insertion of duplicate name table entriesGravatar Allan Stephens 1-0/+7
2012-02-24tipc: Simplify enforcement of reserved name type prohibitionGravatar Allan Stephens 5-27/+6
2012-02-24tipc: Remove duplicate check of message destination nodeGravatar Allan Stephens 2-52/+46
2012-02-24tipc: Detect duplicate nodes using different network interfacesGravatar Allan Stephens 1-14/+58
2012-02-24tipc: Introduce node signature field in neighbor discovery messageGravatar Allan Stephens 4-0/+21
2012-02-24net: Add missing getsockopt for SO_NOFCS.Gravatar David S. Miller 1-0/+3
2012-02-24netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Gravatar Jozsef Kadlecsik 2-34/+50
2012-02-24Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries"Gravatar Pablo Neira Ayuso 1-16/+27
2012-02-24net: Support RX-ALL feature flag.Gravatar Ben Greear 1-0/+1
2012-02-24net: Add framework to allow sending packets with customized CRC.Gravatar Ben Greear 3-4/+34
2012-02-24net: Support RXFCS feature flag.Gravatar Ben Greear 1-0/+1
2012-02-23br_device: unify return value of .ndo_set_mac_address if address is invalidGravatar Danny Kukawka 1-1/+1
2012-02-23ipsec: be careful of non existing mac headersGravatar Eric Dumazet 4-17/+6
2012-02-23Merge branch 'nf' of git://1984.lsi.us.es/netGravatar David S. Miller 3-36/+49
2012-02-22netfilter: ip6_route_output() never returns NULL.Gravatar RongQing.Li 1-2/+3
2012-02-22ipv6: ip6_route_output() never returns NULL.Gravatar RongQing.Li 2-3/+6
2012-02-22af_unix: MSG_TRUNC support for dgram socketsGravatar Eric Dumazet 1-1/+1
2012-02-22net/ieee802154/6lowpan.c: reuse eth_mac_addr()Gravatar Danny Kukawka 1-14/+2
2012-02-22atm: clip: remove clip_tblGravatar Eric Dumazet 1-4/+6
2012-02-21ipv4: ping: Fix recvmsg MSG_OOB error handling.Gravatar David S. Miller 1-0/+1
2012-02-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 33-1840/+1437
2012-02-21rtnetlink: Fix problem with buffer allocationGravatar Greg Rose 1-21/+57
2012-02-21neighbour: Fixed race condition at tbl->nhtGravatar Michel Machado 1-0/+2
2012-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 33-1840/+1437
2012-02-21unix: Support peeking offset for stream socketsGravatar Pavel Emelyanov 1-2/+18
2012-02-21unix: Support peeking offset for datagram and seqpacket socketsGravatar Pavel Emelyanov 1-5/+25
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionGravatar Pavel Emelyanov 1-0/+13