summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-06-011-14/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-283-8/+16
|\
| * net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-271-6/+14
| * sctp: dubious bitfields in sctp_transportDan Carpenter2010-05-261-1/+1
| * cls_cgroup: Initialise classid when module is absentHerbert Xu2010-05-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-265-5/+79
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-05-251-1/+3
| |\
| | * wireless: fix mac80211.h kernel-doc warningsRandy Dunlap2010-05-241-0/+3
| | * Revert "ath9k: Group Key fix for VAPs"John W. Linville2010-05-241-1/+0Star
| * | sock.h: fix kernel-doc warningRandy Dunlap2010-05-251-1/+1
| * | cls_cgroup: Fix build error when built-inHerbert Xu2010-05-251-1/+1
| * | cls_cgroup: Store classid in struct sockHerbert Xu2010-05-242-1/+72
| * | caif: Bugfix - use standard Linux listsSjur Braendeland2010-05-241-2/+2
| |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-211-1/+1
| |\
| | * netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...Joerg Marx2010-05-201-1/+1
* | | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-252-6/+6
* | | Revert "ath9k: Group Key fix for VAPs"Linus Torvalds2010-05-241-1/+0Star
* | | 9p: add 9P2000.L rename operationSripathi Kodi2010-05-212-0/+14
* | | 9p: add 9P2000.L statfs operationSripathi Kodi2010-05-212-0/+21
|/ /
* | ipv6: Replace inet6_ifaddr->dead with stateHerbert Xu2010-05-191-2/+10
* | net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-181-0/+20
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-05-181-0/+39
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-171-0/+39
| |\ \
| | * | mac80211: add offload channel switch supportJohannes Berg2010-05-121-0/+39
* | | | X25: Move accept approve flag to bitfieldandrew hendry2010-05-181-3/+2Star
* | | | X25: Move interrupt flag to bitfieldandrew hendry2010-05-181-1/+2
* | | | X25: Move qbit flag to bitfieldandrew hendry2010-05-181-1/+5
* | | | net: implements ip_route_input_noref()Eric Dumazet2010-05-181-1/+16
* | | | net: add a noref bit on skb dstEric Dumazet2010-05-182-8/+53
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-171-18/+3Star
|\ \ \ \
| * | | | tcp: fix MD5 (RFC2385) supportEric Dumazet2010-05-161-18/+3Star
* | | | | net: Introduce sk_route_nocapsEric Dumazet2010-05-161-0/+8
* | | | | net: reserve ports for applications using fixed port numbersAmerigo Wang2010-05-161-0/+6
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-131-9/+5Star
|\ \ \ \ \
| * | | | | ipv6: ip6mr: support multiple tablesPatrick McHardy2010-05-111-0/+5
| * | | | | ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy2010-05-111-12/+1Star
| * | | | | ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy2010-05-111-2/+2
| * | | | | ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy2010-05-111-0/+2
| | |_|_|/ | |/| | |
* | | | | tipc: Update commenting in TIPC APIAllan Stephens2010-05-131-8/+8
| |_|/ / |/| | |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-122-0/+4
|\ \ \ \ | | |/ / | |/| |
| * | | sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-062-0/+4
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-112-2/+15
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | mac80211: improve HT channel handlingJohannes Berg2010-05-071-0/+4
| * | cfg80211/mac80211: better channel handlingJohannes Berg2010-05-071-2/+9
| * | mac80211: fix BSS info reconfigurationJohannes Berg2010-05-071-0/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-111-0/+14
|\ \ \
| * \ \ Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-05-1024-143/+340
| |\ \ \
| * \ \ \ Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-2045-133/+1332
| |\ \ \ \
| * | | | | netfilter: bridge-netfilter: Fix MAC header handling with IP DNATBart De Schuymer2010-04-151-0/+14
* | | | | | Bluetooth: Create per controller workqueueMarcel Holtmann2010-05-101-0/+2