summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-11-22Net: phonet: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-2/+2
2010-11-22Net: lapb: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-22Net: irda: irnet: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-22Net: irda: irlan: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-22Net: irda: ircomm: Makefile: Remove deprecated kbuild goal defintionsTracey Dent1-2/+2
2010-11-22Net: ipv6: netfiliter: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-2/+2
2010-11-22Net: ipv4: netfilter: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-3/+3
2010-11-22Net: econet: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-22Net: dns_resolver: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-22Net: ceph: Makefile: remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-22Net: can: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-3/+3
2010-11-22Net: caif: Makefile: Remove deprecated itemsTracey Dent1-5/+3
2010-11-22Net: bluetooth: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-21pktgen: allow faster module unloadEric Dumazet1-5/+12
2010-11-21packet: use vzalloc()Eric Dumazet1-1/+1
2010-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-22/+98
2010-11-19X25: remove bkl in routing ioctlsandrew hendry1-4/+0
2010-11-19X25: remove bkl in inq and outq ioctlsandrew hendry1-4/+2
2010-11-19X25: remove bkl in timestamp ioctlsandrew hendry1-8/+0
2010-11-19X25: pushdown bkl in ioctlsandrew hendry1-3/+38
2010-11-19filter: use reciprocal divideEric Dumazet1-1/+3
2010-11-19filter: cleanup codes[] initEric Dumazet1-48/+47
2010-11-19filter: optimize sk_run_filterEric Dumazet3-47/+50
2010-11-19net: fix kernel-doc for sk_filter_rcu_releaseRandy Dunlap1-1/+1
2010-11-19netfilter: fix IP_VS dependenciesPatrick McHardy1-0/+1
2010-11-18net: irda: irttp: sync error paths of data- and udata-requestsWolfram Sang1-4/+5
2010-11-18ipv6: Expose reachable and retrans timer values as msecsThomas Graf1-9/+10
2010-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+54
2010-11-18ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffiesThomas Graf1-3/+6
2010-11-18igmp: refine skb allocationsEric Dumazet1-4/+13
2010-11-18net: move definitions of BPF_S_* to net/core/filter.cChangli Gao1-0/+48
2010-11-18filter: Optimize instruction revalidation code.Tetsuo Handa1-159/+72
2010-11-18net: add priority field to pktgenJohn Fastabend1-0/+20
2010-11-18net: zero kobject in rx_queue_releaseJohn Fastabend1-2/+8
2010-11-18dccp ccid-2: whitespace fix-upGerrit Renker1-1/+1
2010-11-18bonding: IGMP handling cleanupEric Dumazet1-13/+19
2010-11-18cfg80211: fix can_beacon_sec_chan, reenable HT40Mark Mentovai1-0/+2
2010-11-17net: ipv4: tcp_probe: cleanup snprintf() useVasiliy Kulikov1-2/+2
2010-11-17net: zero kobject in rx_queue_releaseJohn Fastabend1-2/+7
2010-11-17net: use the macros defined for the members of flowiChangli Gao31-309/+166
2010-11-17rds: Integer overflow in RDS cmsg handlingDan Rosenberg1-1/+1
2010-11-17ipv6: AF_INET6 link address familyThomas Graf1-33/+89
2010-11-17ipv4: AF_INET link address familyThomas Graf1-0/+75
2010-11-17rtnetlink: Link address family APIThomas Graf1-2/+145
2010-11-17network: tcp_connect should return certain errors up the stackEric Paris1-1/+4
2010-11-17netfilter: allow hooks to pass error code back up the stackEric Paris1-2/+4
2010-11-17net/atm: Remove unnecessary casts of netdev_privJoe Perches2-3/+2
2010-11-16cfg80211: fix extension channel checks to initiate communicationLuis R. Rodriguez1-0/+52
2010-11-16xfrm: update flowi saddr in icmp_send if unsetUlrich Weber1-0/+3
2010-11-16udp: use atomic_inc_not_zero_hintEric Dumazet2-4/+4