summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2011-02-24xfrm: Const'ify selector argument to xfrm_selector_match()David S. Miller
2011-02-24xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller
2011-02-24xfrm: 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-23net: Make flow cache paths use a const struct flowi.David S. Miller
2011-02-23net: Mark flowi arg to flow_cache_uli_match() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller
2011-02-23xfrm: Mark token args to addr_match() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to ->get_tos() const.David S. Miller
2011-02-23xfrm: 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
2011-02-22ipvs: use hlist instead of listChangli Gao
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei
2011-02-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-02-17ipv4: Use const'ify fib_result deep in the route call chains.David S. Miller
2011-02-17ipv4: Mark fib_combine_itag()'s 'res' arg as const.David S. Miller
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller
2011-02-17Bluetooth: Fix some code style issues in hci_core.hSzymon Janc
2011-02-17netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal
2011-02-16Bluetooth: Send LE Connection Update CommandClaudio Takahasi
2011-02-16Bluetooth: Use proper timer for hci command timoutVille Tervo
2011-02-16Bluetooth: Add connection parameter update responseClaudio Takahasi
2011-02-16Bluetooth: Add LE signaling commands handlingClaudio Takahasi
2011-02-16Bluetooth: Add SMP command structuresVille Tervo
2011-02-16Bluetooth: Add server socket support for LE connectionVille Tervo
2011-02-16Bluetooth: Add LE connection support to L2CAPVille Tervo
2011-02-16Bluetooth: Use LE buffers for LE trafficVille Tervo
2011-02-16Bluetooth: Add LE connect supportVille Tervo
2011-02-16Bluetooth: Add low energy commands and eventsVille Tervo
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan
2011-02-14Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller
2011-02-10inetpeer: Add redirect and PMTU discovery cached info.David S. Miller
2011-02-10inetpeer: Abstract address representation further.David S. Miller
2011-02-09net: Kill NETEVENT_PMTU_UPDATE.David S. Miller
2011-02-08net: Remove bogus barrier() in dst_allfrag().David S. Miller
2011-02-08ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel
2011-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2011-02-08Bluetooth: move __l2cap_sock_close() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.cGustavo F. Padovan
2011-02-08Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.cGustavo F. Padovan