summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-12-05xfrm: Accept ESP packets regardless of UDP encapsulation modeMartin Willi1-5/+0
2008-12-05can: omit received RTR frames for single ID filter listsOliver Hartkopp1-1/+4
2008-12-05ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams1-1/+5
2008-12-04net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches1-4/+2
2008-12-04net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery2-2/+2
2008-12-04net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery2-10/+22
2008-12-04atm: 32-bit ioctl compatibilityDavid Woodhouse6-27/+135
2008-12-04tcp: make urg+gso work for real this timeIlpo Järvinen1-12/+10
2008-12-04pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlinesJarek Poplawski1-9/+29
2008-12-04pkt_sched: sch_htb: Remove L2T()Jarek Poplawski1-8/+1
2008-12-04pkt_sched: sch_htb: Clean htb_class prio and quantum fieldsJarek Poplawski1-25/+16
2008-12-04pkt_sched: sch_htb: Remove htb_sched nwc_hit fieldJarek Poplawski1-5/+2
2008-12-04pkt_sched: sch_htb: Remove htb_class aprio fieldJarek Poplawski1-3/+2
2008-12-04can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2-18/+52
2008-12-04Phonet: basic net namespace supportRémi Denis-Courmont3-13/+12
2008-12-04Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia1-0/+3
2008-12-04xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hostsMartin Willi1-15/+11
2008-12-03netlabel: Fix a potential NULL pointer dereferencePaul Moore1-4/+6
2008-12-03xfrm: Cleanup for unlink SPD entryWei Yongjun1-25/+10
2008-12-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-12-03xfrm: Fix kernel panic when flush and dump SPD entriesWei Yongjun1-0/+1
2008-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller20-130/+52
2008-12-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-4/+13
2008-12-02net: percpu_counter_inc() should not be called in BH-disabled sectionEric Dumazet1-2/+2
2008-12-02dccp: Feature activation handlersGerrit Renker2-10/+204
2008-12-02dccp: Processing Confirm optionsGerrit Renker3-17/+101
2008-12-02dccp: Process incoming Change feature-negotiation optionsGerrit Renker3-18/+189
2008-12-02dccp: Preference list reconciliationGerrit Renker1-2/+75
2008-12-02dccp: Integrate feature-negotiation insertion codeGerrit Renker1-12/+21
2008-12-02dccp: Insert feature-negotiation options into skbGerrit Renker2-0/+67
2008-11-30Bluetooth: Fix RFCOMM release oops when device is still in useMarcel Holtmann1-9/+21
2008-11-30Bluetooth: Fix format arguments warningMarcel Holtmann1-1/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann20-99/+4
2008-11-30Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann2-2/+2
2008-11-30Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_stringsMarcel Holtmann1-18/+23
2008-11-30Bluetooth: Fix leak of uninitialized data to userspaceVegard Nossum1-1/+1
2008-11-28pkt_sched: fix sparse warningHannes Eder1-1/+1
2008-11-28netlink: allow empty nested attributesPatrick McHardy1-0/+6
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller30-211/+427
2008-11-28sctp: fix missing label when PROC_FS=nRandy Dunlap1-2/+3
2008-11-27decnet: remove private wrappers of endian helpersHarvey Harrison8-86/+88
2008-11-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-27/+52
2008-11-27net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier2-3/+12
2008-11-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller13-91/+606
2008-11-27Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont1-1/+1
2008-11-27pkt_sched: gen_estimator: Optimize gen_estimator_active()Jarek Poplawski2-18/+11
2008-11-26mac80211: fix unaligned access in ieee80211_wep_encrypt_dataIvan Kuten1-3/+4
2008-11-26nl80211: Change max TX power to be in mBm instead of dBmJouni Malinen1-2/+2
2008-11-26rfkill: always call get_state() hook on resumeHenrique de Moraes Holschuh1-0/+10
2008-11-26rfkill: preserve state across suspendHenrique de Moraes Holschuh1-1/+6