summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-02-27mac80211: fix associated vs. idle raceJohannes Berg
2012-02-27mac80211: clean up asm/unaligned.h inclusionJohannes Berg
2012-02-27mac80211: remove redundant monitor_work enqueueingEliad Peller
2012-02-27mac80211: don't queue monitor work for HW_CONNECTION_MONITOREliad Peller
2012-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-02-26netfilter: ctnetlink: support kernel-space dump filtering by ctmarkPablo Neira Ayuso
2012-02-26netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso
2012-02-25netfilter: bridge: fix module autoload in compat caseFlorian Westphal
2012-02-24Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller
2012-02-24gre: fix spelling in commentsstephen hemminger
2012-02-24tipc: Eliminate support for tipc_mode global variableAllan Stephens
2012-02-24tipc: Eliminate obsolete support for "not running" modeAllan Stephens
2012-02-24tipc: Revert name table translation optimizationAllan Stephens
2012-02-24tipc: Minor optimization to broadcast link synchronization logicAllan Stephens
2012-02-24tipc: Remove obsolete comments about routing table updatesAllan Stephens
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens
2012-02-24tipc: Hide internal details of node table implementationAllan Stephens
2012-02-24tipc: Eliminate a test for negative unsigned quantitiesAllan Stephens
2012-02-24tipc: nuke the delimit static inline function.Paul Gortmaker
2012-02-24tipc: Add check to prevent insertion of duplicate name table entriesAllan Stephens
2012-02-24tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens
2012-02-24tipc: Remove duplicate check of message destination nodeAllan Stephens
2012-02-24tipc: Detect duplicate nodes using different network interfacesAllan Stephens
2012-02-24tipc: Introduce node signature field in neighbor discovery messageAllan Stephens
2012-02-24net: Add missing getsockopt for SO_NOFCS.David S. Miller
2012-02-24netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik
2012-02-24Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries"Pablo Neira Ayuso
2012-02-24net: Support RX-ALL feature flag.Ben Greear
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear
2012-02-24net: Support RXFCS feature flag.Ben Greear
2012-02-23br_device: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2012-02-23ipsec: be careful of non existing mac headersEric Dumazet
2012-02-23Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller
2012-02-22netfilter: ip6_route_output() never returns NULL.RongQing.Li
2012-02-22ipv6: ip6_route_output() never returns NULL.RongQing.Li
2012-02-22cfg80211: restructure AP/GO mode APIJohannes Berg
2012-02-22af_unix: MSG_TRUNC support for dgram socketsEric Dumazet
2012-02-22net/ieee802154/6lowpan.c: reuse eth_mac_addr()Danny Kukawka
2012-02-22atm: clip: remove clip_tblEric Dumazet
2012-02-21ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller
2012-02-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-02-21rtnetlink: Fix problem with buffer allocationGreg Rose
2012-02-21neighbour: Fixed race condition at tbl->nhtMichel Machado
2012-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-21unix: Support peeking offset for stream socketsPavel Emelyanov
2012-02-21unix: Support peeking offset for datagram and seqpacket socketsPavel Emelyanov
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov