summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2011-03-01Merge remote-tracking branch 'tty/tty-next'Stephen Rothwell
2011-03-01Merge remote-tracking branch 'bluetooth/master'Stephen Rothwell
2011-03-01Merge remote-tracking branch 'wireless/master'Stephen Rothwell
2011-03-01Merge remote-tracking branch 'net/master'Stephen Rothwell
2011-02-28net/9p: Implement syncfs 9P operationAneesh Kumar K.V
2011-02-27xfrm: Pass const xfrm_mark to xfrm_mark_put().David S. Miller
2011-02-27xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller
2011-02-27xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len.David S. Miller
2011-02-27xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller
2011-02-27Bluetooth: Move index to common header in management interfaceSzymon Janc
2011-02-25mac80211: support direct offchannel TX offloadJohannes Berg
2011-02-25mac80211: make tx() operation return voidJohannes Berg
2011-02-25[net/9p] Small non-IO PDUs for zero-copy supporting transports.Venkateswararao Jujjuri (JV)
2011-02-25[net/9p] Add preferences to transport layer.Venkateswararao Jujjuri (JV)
2011-02-25[net/9p] Preparation and helper functions for zero copyVenkateswararao Jujjuri (JV)
2011-02-25Phonet: fix flawed "SYN/ACK" logicRémi Denis-Courmont
2011-02-25Phonet: don't bother with transaction IDs (especially for indications)Rémi Denis-Courmont
2011-02-25Phonet: remove redumdant pep->pipe_stateRémi Denis-Courmont
2011-02-25Phonet: use socket destination in pipe protocolRémi Denis-Courmont
2011-02-25Phonet: implement per-socket destination/peer addressRémi Denis-Courmont
2011-02-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-02-24ipv4: Rearrange how ip_route_newports() gets port keys.David S. Miller
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman
2011-02-23xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller
2011-02-23xfrm: Const'ify ptr args to xfrm_state_*_check and xfrm_state_kern.David S. Miller
2011-02-23xfrm: Const'ify xfrm_tmpl and xfrm_state args to xfrm_state_addr_cmp.David S. Miller
2011-02-23xfrm: Const'ify policy arg to xp_net.David S. Miller
2011-02-23xfrm: Const'ify selector args in xfrm_migrate paths.David S. Miller
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller
2011-02-23xfrm: Const'ify address argument to xfrm_addr_any()David S. Miller
2011-02-23xfrm: Const'ify address arguments to xfrm_addr_cmp()David S. Miller
2011-02-23xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller
2011-02-23xfrm: Const'ify selector argument to xfrm_selector_match()David S. Miller
2011-02-23xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller
2011-02-23net_sched: long word align struct qdisc_skb_cb dataEric Dumazet
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg
2011-02-22net: Make flow cache paths use a const struct flowi.David S. Miller
2011-02-22net: Mark flowi arg to flow_cache_uli_match() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller
2011-02-22xfrm: Mark token args to addr_match() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.David S. Miller
2011-02-22xfrm: Mark flowi arg const in key extraction helpers.David S. Miller
2011-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet
2011-02-22ipv6: Add IPv6 multicast address flag definesLinus Lüssing